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​(String message)
        Creates a new ConnectionClosedException with the specified detail message.
        Parameters:
        message - The exception detail message