Class TargetNotReplicaException

All Implemented Interfaces:
RetryableException, Serializable

public class TargetNotReplicaException
extends RetryableHazelcastException
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:
Serialized Form