Class ClusterCommandExecutionFailureException

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.UncategorizedDataAccessException
org.springframework.data.redis.connection.ClusterCommandExecutionFailureException
All Implemented Interfaces:
Serializable

public class ClusterCommandExecutionFailureException extends org.springframework.dao.UncategorizedDataAccessException
Exception thrown when at least one call to a clustered redis environment fails.
Since:
1.7
Author:
Christoph Strobl, Mark Paluch
See Also: