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, TargetDisconnectedException, TargetNotMemberException, WrongTargetException
public class RetryableHazelcastException
- extends HazelcastException
- implements RetryableException
A 'marker' exception that indicates that an operation can be retried. E.g. if map.get is send 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:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RetryableHazelcastException
public RetryableHazelcastException()
RetryableHazelcastException
public RetryableHazelcastException(String message)
RetryableHazelcastException
public RetryableHazelcastException(String message,
Throwable cause)
RetryableHazelcastException
public RetryableHazelcastException(Throwable cause)
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.