Uses of Class
com.hazelcast.spi.exception.RetryableHazelcastException
Package
Description
This package contains the common classes for CRDT (conflict-free replicated
data type) implementations based on the Hazelcast infrastructure.
Contains exceptions for Hazelcast SPI.
-
Uses of RetryableHazelcastException in com.hazelcast.crdt
Modifier and TypeClassDescriptionclass
Exception that indicates that the receiver of a CRDT operation is not a CRDT replica. -
Uses of RetryableHazelcastException in com.hazelcast.spi.exception
Modifier and TypeClassDescriptionclass
ARetryableHazelcastException
that indicates that an operation was sent by a machine which isn't member in the cluster when the operation is executed.class
ARetryableHazelcastException
that is thrown when an operation is executed on a partition, but that partition is currently being moved around.class
ARetryableHazelcastException
that indicates operation was sent to a machine that isn't member of the cluster.class
ARetryableHazelcastException
indicating that an operation is executed on a wrong member.