public abstract class JredisUtils extends Object
Constructor and Description |
---|
JredisUtils() |
Modifier and Type | Method and Description |
---|---|
static org.springframework.dao.DataAccessException |
convertJredisAccessException(org.jredis.ClientRuntimeException ex)
Converts the given, native JRedis exception to Spring's DAO hierarchy.
|
static org.springframework.dao.DataAccessException |
convertJredisAccessException(org.jredis.RedisException ex)
Converts the given, native JRedis exception to Spring's DAO hierarchy.
|
public static org.springframework.dao.DataAccessException convertJredisAccessException(org.jredis.RedisException ex)
ex
- JRedis exceptionpublic static org.springframework.dao.DataAccessException convertJredisAccessException(org.jredis.ClientRuntimeException ex)
ex
- JRedis exceptionCopyright © 2017 Pivotal Software, Inc.. All rights reserved.