Class ConnectionClosedException

All Implemented Interfaces:
Serializable

public class ConnectionClosedException extends IOException
Signals that the connection has been closed unexpectedly.
Since:
4.0
See Also:
  • Constructor Details

    • ConnectionClosedException

      public ConnectionClosedException(String message)
      Creates a new ConnectionClosedException with the specified detail message.
      Parameters:
      message - The exception detail message