Class ConnectionClosedException

All Implemented Interfaces:
Serializable

public class ConnectionClosedException
extends IOException
Indicates that a connection has been closed.
Since:
4.0
Version:
$Revision: 618017 $
Author:
Oleg Kalnichevski
See Also:
Serialized Form
  • Constructor Details

    • ConnectionClosedException

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