org.springframework.data.redis.connection.rjc
Class RjcUtils

java.lang.Object
  extended by org.springframework.data.redis.connection.rjc.RjcUtils

public abstract class RjcUtils
extends Object

Helper class featuring methods for RJC connection handling, providing support for exception translation.


Constructor Summary
RjcUtils()
           
 
Method Summary
static DataAccessException convertRjcAccessException(org.idevlab.rjc.RedisException ex)
           
static DataAccessException convertRjcAccessException(RuntimeException ex)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RjcUtils

public RjcUtils()
Method Detail

convertRjcAccessException

public static DataAccessException convertRjcAccessException(RuntimeException ex)

convertRjcAccessException

public static DataAccessException convertRjcAccessException(org.idevlab.rjc.RedisException ex)