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(Throwable cause)
      Constructs a ConnectionLostException with a cause.
      Parameters:
      cause - the cause
  • Method Details