org.springframework.data.redis.connection.lettuce
Class LettuceExceptionConverter

java.lang.Object
  

extended by 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 DataAccessExceptions


Constructor Summary
LettuceExceptionConverter()
           
 
Method Summary
 DataAccessException convert(Exception ex)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LettuceExceptionConverter

public LettuceExceptionConverter()
Method Detail

convert

public DataAccessException convert(Exception ex)
Specified by:
convert in interface Converter<Exception,DataAccessException>