|
Spring Data Key-Value | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Exception Summary | |
---|---|
RedisConnectionFailureException | Fatal exception thrown when the Redis connection fails completely. |
SubscribedRedisConnectionException | Exception thrown when issuing commands on a connection that is subscribed and waiting for events. |
UncategorizedRedisException | 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.
|
Spring Data Key-Value | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |