Class ClusterStateFailureException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.dao.DataAccessException
org.springframework.dao.NonTransientDataAccessException
org.springframework.dao.NonTransientDataAccessResourceException
org.springframework.dao.DataAccessResourceFailureException
org.springframework.data.redis.ClusterStateFailureException
All Implemented Interfaces:
Serializable

public class ClusterStateFailureException extends org.springframework.dao.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