java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.zeroc.Ice.LocalException
com.zeroc.Ice.TimeoutException
com.zeroc.Ice.ConnectTimeoutException
- All Implemented Interfaces:
Serializable
The exception that is thrown when a connection establishment times out.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConnectTimeoutException
public ConnectTimeoutException()Constructs a ConnectTimeoutException.
-
-
Method Details
-
ice_id
Description copied from class:LocalException
Returns the type ID of this exception.- Overrides:
ice_id
in classTimeoutException
- Returns:
- the type ID of this exception
-