java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.zeroc.Ice.LocalException
com.zeroc.Ice.TimeoutException
com.zeroc.Ice.InvocationTimeoutException
- All Implemented Interfaces:
Serializable
The exception that is thrown when an invocation 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
-
InvocationTimeoutException
public InvocationTimeoutException()Constructs an InvocationTimeoutException.
-
-
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
-