Package com.hazelcast.core
Class OperationTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.hazelcast.core.HazelcastException
com.hazelcast.core.OperationTimeoutException
- All Implemented Interfaces:
Serializable
An unchecked version of
TimeoutException
.
Some of the Hazelcast operations may throw an OperationTimeoutException
.
Hazelcast uses OperationTimeoutException to pass TimeoutException up through interfaces
that don't have TimeoutException in their signatures.
- See Also:
-
Constructor Summary
ConstructorDescriptionOperationTimeoutException
(String message) OperationTimeoutException
(String op, String message) OperationTimeoutException
(String message, Throwable 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
-
OperationTimeoutException
public OperationTimeoutException() -
OperationTimeoutException
-
OperationTimeoutException
-
OperationTimeoutException
-