Uses of Interface
org.springframework.data.redis.ExceptionTranslationStrategy
Packages that use ExceptionTranslationStrategy
Package
Description
Root package for integrating Redis with Spring concepts.
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
Connection package for Jedis library.
Connection package for Lettuce Redis client.
-
Uses of ExceptionTranslationStrategy in org.springframework.data.redis
Classes in org.springframework.data.redis that implement ExceptionTranslationStrategyModifier and TypeClassDescriptionclass
class
PassThroughExceptionTranslationStrategy
returns null for unknownException
s. -
Uses of ExceptionTranslationStrategy in org.springframework.data.redis.connection
Constructors in org.springframework.data.redis.connection with parameters of type ExceptionTranslationStrategyModifierConstructorDescriptionClusterCommandExecutor
(ClusterTopologyProvider topologyProvider, ClusterNodeResourceProvider resourceProvider, ExceptionTranslationStrategy exceptionTranslation) Create a newClusterCommandExecutor
.ClusterCommandExecutor
(ClusterTopologyProvider topologyProvider, ClusterNodeResourceProvider resourceProvider, ExceptionTranslationStrategy exceptionTranslation, @Nullable AsyncTaskExecutor executor) -
Uses of ExceptionTranslationStrategy in org.springframework.data.redis.connection.jedis
Classes in org.springframework.data.redis.connection.jedis that implement ExceptionTranslationStrategyModifier and TypeClassDescriptionclass
Converts Exceptions thrown from Jedis toDataAccessException
s -
Uses of ExceptionTranslationStrategy in org.springframework.data.redis.connection.lettuce
Classes in org.springframework.data.redis.connection.lettuce that implement ExceptionTranslationStrategy