|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RetryableException | |
|---|---|
| com.hazelcast.core | Provides core API interfaces/classes. |
| com.hazelcast.spi.exception | Contains exceptions for Hazelcast SPI. |
| Uses of RetryableException in com.hazelcast.core |
|---|
| Classes in com.hazelcast.core that implement RetryableException | |
|---|---|
class |
MemberLeftException
A ExecutionException thrown when a member left during an invocation or execution. |
| Uses of RetryableException in com.hazelcast.spi.exception |
|---|
| Classes in com.hazelcast.spi.exception that implement RetryableException | |
|---|---|
class |
CallerNotMemberException
A RetryableHazelcastException that indicates that a request was send to a machine which isn't member in the cluster. |
class |
PartitionMigratingException
A RetryableHazelcastException that is thrown when an operation is executed
on a partition, but that partition is currently being moved around. |
class |
RetryableHazelcastException
A 'marker' exception that indicates that an operation can be retried. |
class |
RetryableIOException
A IOException indicating that there was a IO failure, but it can be retried. |
class |
TargetDisconnectedException
A RetryableHazelcastException that indicates that an operation is about to
be send to a non existing machine. |
class |
TargetNotMemberException
A RetryableHazelcastException that indicates operation is send to a
machine that isn't member of the cluster. |
class |
WrongTargetException
A RetryableHazelcastException indicating that an operation is executed on
the wrong machine. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||