See: Description
| Interface | Description |
|---|---|
| ExceptionTranslationStrategy |
Potentially translates an
Exception into appropriate DataAccessException. |
| Class | Description |
|---|---|
| FallbackExceptionTranslationStrategy | |
| PassThroughExceptionTranslationStrategy |
PassThroughExceptionTranslationStrategy returns null for unknown Exceptions. |
| Version |
A
Comparable software version |
| VersionParser |
Central class for reading version string (eg.
|
| Exception | Description |
|---|---|
| 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.
|
Provides Redis specific exception hierarchy on top of the org.springframework.dao package.