protected DataAccessException convertRjcAccessException(Exception ex) {
if (ex instanceof RedisException) {
return RjcUtils.convertRjcAccessException((RedisException) ex);
}
return new UncategorizedKeyvalueStoreException("Unknown rjc exception", ex);
}