Package com.hazelcast.spi.exception
Class RetryableHazelcastException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.hazelcast.core.HazelcastException
com.hazelcast.spi.exception.RetryableHazelcastException
- All Implemented Interfaces:
RetryableException
,Serializable
- Direct Known Subclasses:
CallerNotMemberException
,PartitionMigratingException
,TargetNotMemberException
,TargetNotReplicaException
,WrongTargetException
A 'marker' exception that indicates that an operation can be retried. E.g. if map.get is sent to a partition that
is currently migrating, a subclass of this exception is thrown, so the caller can deal with it (e.g. sending the
request to the new partition owner).
- See Also:
-
Constructor Summary
ConstructorDescriptionRetryableHazelcastException
(String message) RetryableHazelcastException
(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
-
RetryableHazelcastException
public RetryableHazelcastException() -
RetryableHazelcastException
-
RetryableHazelcastException
-
RetryableHazelcastException
-