|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
ExceptionTranslationStrategy | Potentially translates an Exception into appropriate DataAccessException . |
Class Summary | |
---|---|
FallbackExceptionTranslationStrategy | FallbackExceptionTranslationStrategy returns RedisSystemException for unknown Exception s. |
PassThroughExceptionTranslationStrategy | PassThroughExceptionTranslationStrategy returns null for unknown Exception s. |
Version | A Comparable software version |
VersionParser | Central class for reading version string (eg. |
Exception Summary | |
---|---|
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. |
Root package for integrating Redis with Spring concepts.
Provides Redis specific exception hierarchy on top of theorg.springframework.dao
package.
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |