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 SummaryConstructorsConstructorDescriptionOperationTimeoutException(String message) OperationTimeoutException(String op, String message) OperationTimeoutException(String message, Throwable cause) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
OperationTimeoutExceptionpublic OperationTimeoutException()
- 
OperationTimeoutException
- 
OperationTimeoutException
- 
OperationTimeoutException
 
-