Class ConnectionResetException

All Implemented Interfaces:
Serializable

@UnstableApi public class ConnectionResetException extends ConnectionException
This exception is thrown when a connection is aborted. Any outstanding data is discarded.
See Also:
  • Constructor Details

    • ConnectionResetException

      public ConnectionResetException()