Class ConnectionClosedException

  • All Implemented Interfaces:
    Serializable

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

      • ConnectionClosedException

        public ConnectionClosedException()
        Creates a new ConnectionClosedException with the message "Connection is closed".
        Since:
        4.4.11
      • ConnectionClosedException

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