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
public class OperationTimeoutException
- extends HazelcastException
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:
TimeoutException
,
Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
OperationTimeoutException
public OperationTimeoutException()
OperationTimeoutException
public OperationTimeoutException(String message)
OperationTimeoutException
public OperationTimeoutException(String op,
String message)
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.