@Deprecated public abstract class JedisUtils extends Object
JedisConverters
Constructor and Description |
---|
JedisUtils()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static DataAccessException |
convertJedisAccessException(redis.clients.jedis.exceptions.JedisException ex)
Deprecated.
Converts the given, native Jedis exception to Spring's DAO hierarchy.
|
static DataAccessException |
convertJedisAccessException(RuntimeException ex)
Deprecated.
Converts the given, native, runtime Jedis exception to Spring's DAO hierarchy.
|
public static DataAccessException convertJedisAccessException(redis.clients.jedis.exceptions.JedisException ex)
ex
- Jedis exceptionpublic static DataAccessException convertJedisAccessException(RuntimeException ex)
ex
- Jedis runtime/unchecked exceptionCopyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.