Class TooManyClusterRedirectionsException

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.DataRetrievalFailureException
org.springframework.data.redis.TooManyClusterRedirectionsException
All Implemented Interfaces:
Serializable

public class TooManyClusterRedirectionsException extends org.springframework.dao.DataRetrievalFailureException
DataRetrievalFailureException thrown when following cluster redirects exceeds the max number of edges.
Since:
1.7
Author:
Christoph Strobl
See Also:
  • Constructor Details