Package com.zeroc.Ice

Class ConnectionLostException

All Implemented Interfaces:
Serializable

public final class ConnectionLostException extends SocketException
The exception that is thrown when an established connection is lost.
See Also:
  • Constructor Details

    • ConnectionLostException

      public ConnectionLostException()
      Constructs a ConnectionLostException.
    • ConnectionLostException

      public ConnectionLostException(InetSocketAddress peerAddress, Throwable cause)
      Constructs a ConnectionLostException with a peer address and a cause.
      Parameters:
      peerAddress - the peer address (may be null)
      cause - the cause
  • Method Details