Package com.hazelcast.crdt
Class TargetNotReplicaException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.hazelcast.core.HazelcastException
com.hazelcast.spi.exception.RetryableHazelcastException
com.hazelcast.crdt.TargetNotReplicaException
- All Implemented Interfaces:
RetryableException
,Serializable
Exception that indicates that the receiver of a CRDT operation is not
a CRDT replica.
This may happen if the membership lists of the operation sender and
receiver are (temporarily) different and the sender and receiver do
not agree on which members are the CRDT replicas.
- Since:
- 3.10
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TargetNotReplicaException
-