See: Description
Interface | Description |
---|---|
ExceptionTranslationStrategy |
Potentially translates an
Exception into appropriate DataAccessException . |
Class | Description |
---|---|
FallbackExceptionTranslationStrategy | |
PassThroughExceptionTranslationStrategy |
PassThroughExceptionTranslationStrategy returns null for unknown Exception s. |
Version | Deprecated
since 2.0, use
Version . |
VersionParser | Deprecated
since 2.0, use
Version . |
Exception | Description |
---|---|
ClusterRedirectException |
ClusterRedirectException indicates that a requested slot is not served by the targeted server but can be
obtained on another one. |
ClusterStateFailureException |
DataAccessResourceFailureException indicating the current local snapshot of cluster state does no longer
represent the actual remote state. |
RedisConnectionFailureException |
Fatal exception thrown when the Redis connection fails completely.
|
RedisSystemException |
Exception thrown when we can't classify a Redis exception into one of Spring generic data access exceptions.
|
TooManyClusterRedirectionsException |
DataRetrievalFailureException thrown when following cluster redirects exceeds the max number of edges. |
Provides Redis specific exception hierarchy on top of the org.springframework.dao
package.
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.