Package com.zeroc.Ice

Class ConnectionLostException

All Implemented Interfaces:
Serializable, Cloneable

public class ConnectionLostException extends SocketException
This exception indicates a lost connection.
See Also:
  • Constructor Details

    • ConnectionLostException

      public ConnectionLostException()
    • ConnectionLostException

      public ConnectionLostException(Throwable cause)
    • ConnectionLostException

      public ConnectionLostException(int error)
    • ConnectionLostException

      public ConnectionLostException(int error, Throwable cause)
  • Method Details

    • ice_id

      public String ice_id()
      Description copied from class: Exception
      Returns the type id of this exception.
      Overrides:
      ice_id in class SocketException
      Returns:
      The type id of this exception.