Package com.zeroc.Ice
Class ConnectionLostException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.zeroc.Ice.Exception
com.zeroc.Ice.LocalException
com.zeroc.Ice.SyscallException
com.zeroc.Ice.SocketException
com.zeroc.Ice.ConnectionLostException
- All Implemented Interfaces:
Serializable
,Cloneable
This exception indicates a lost connection.
- See Also:
-
Field Summary
Fields inherited from class com.zeroc.Ice.SyscallException
error
-
Constructor Summary
ConstructorsConstructorDescriptionConnectionLostException
(int error) ConnectionLostException
(int error, Throwable cause) ConnectionLostException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
ConnectionLostException
public ConnectionLostException() -
ConnectionLostException
-
ConnectionLostException
public ConnectionLostException(int error) -
ConnectionLostException
-
-
Method Details
-
ice_id
Description copied from class:Exception
Returns the type id of this exception.- Overrides:
ice_id
in classSocketException
- Returns:
- The type id of this exception.
-