Package com.hazelcast.spi.exception
Interface RetryableException
- All Known Implementing Classes:
CallerNotMemberException,CannotReplicateException,MemberLeftException,PartitionMigratingException,RetryableHazelcastException,RetryableIOException,TargetNotMemberException,TargetNotReplicaException,WrongTargetException
public interface RetryableException
Marker interface for exceptions to indicate that an operation can be retried. E.g. a map.get sent to a machine
where the partition has just moved to another machine.