org.springframework.data.redis.connection.lettuce
Class LettuceExceptionConverter
java.lang.Object
org.springframework.data.redis.connection.lettuce.LettuceExceptionConverter
- All Implemented Interfaces:
- Converter<Exception,DataAccessException>
public class LettuceExceptionConverter
- extends Object
- implements Converter<Exception,DataAccessException>
Converts Lettuce Exceptions to DataAccessException
s
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LettuceExceptionConverter
public LettuceExceptionConverter()
convert
public DataAccessException convert(Exception ex)
- Specified by:
convert
in interface Converter<Exception,DataAccessException>