Class ConnectionClosingException

All Implemented Interfaces:
Serializable

@UnstableApi public class ConnectionClosingException extends ConnectionException
This exception is thrown when a connection is closing. All outstanding data will be transmitted. No more data can be written to the connection.
See Also:
  • Constructor Details

    • ConnectionClosingException

      public ConnectionClosingException()