java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.zeroc.Ice.LocalException
com.zeroc.Ice.TimeoutException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CloseTimeoutException
,ConnectTimeoutException
,InvocationTimeoutException
This exception indicates a timeout condition.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a TimeoutException.TimeoutException
(String message) Constructs a TimeoutException with a message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TimeoutException
public TimeoutException()Constructs a TimeoutException. -
TimeoutException
Constructs a TimeoutException with a message.- Parameters:
message
- the detail message
-
-
Method Details
-
ice_id
Description copied from class:LocalException
Returns the type ID of this exception.- Overrides:
ice_id
in classLocalException
- Returns:
- the type ID of this exception
-