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