Class LettuceExceptionConverter

java.lang.Object
org.springframework.data.redis.connection.lettuce.LettuceExceptionConverter
All Implemented Interfaces:
Converter<Exception,DataAccessException>, PersistenceExceptionTranslator, ExceptionTranslationStrategy

Converts Lettuce Exceptions to DataAccessExceptions
Author:
Jennifer Hickey, Thomas Darimont, Mark Paluch