java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.zeroc.Ice.LocalException
com.zeroc.Ice.OperationInterruptedException
- All Implemented Interfaces:
Serializable
This exception indicates a request was interrupted.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs an OperationInterruptedException with a cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OperationInterruptedException
Constructs an OperationInterruptedException with a cause.- Parameters:
cause
- the cause
-
-
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
-