com.hazelcast.spi.exception
Interface RetryableException

All Known Implementing Classes:
CallerNotMemberException, MemberLeftException, PartitionMigratingException, RetryableHazelcastException, RetryableIOException, TargetDisconnectedException, TargetNotMemberException, WrongTargetException

public interface RetryableException

Marker interface for exceptions to indicate that an operation can be retried. E.g. a map.get send to a machine where the partition has just moved to another machine.




Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.