Class ClusterStateFailureException

All Implemented Interfaces:
Serializable

public class ClusterStateFailureException extends DataAccessResourceFailureException
DataAccessResourceFailureException indicating the current local snapshot of cluster state does no longer represent the actual remote state. This can happen nodes are removed from cluster, slots get migrated to other nodes and so on.
Since:
1.7
Author:
Christoph Strobl, Mark Paluch
See Also:
  • Constructor Details