| Package | Description |
|---|---|
| redis.clients.jedis | |
| redis.clients.jedis.exceptions |
This package contains the Exception classes.
|
| Modifier and Type | Field and Description |
|---|---|
protected JedisDataException |
Response.exception |
| Modifier and Type | Class and Description |
|---|---|
class |
JedisAccessControlException
An access control error reply from Redis; i.e.
|
class |
JedisAskDataException
-ASK reply from Redis. |
class |
JedisBroadcastException
Exception thrown when a broadcast command fails on one or more cluster nodes.
|
class |
JedisBusyException
-BUSY reply from Redis. |
class |
JedisClusterException
Any
-CLUSTER... reply from Redis. |
class |
JedisMovedDataException
-MOVED reply from Redis. |
class |
JedisNoScriptException
-NOSCRIPT reply from Redis. |
class |
JedisProtocolNotSupportedException
-NOPROTO reply from Redis Enterprise and Cloud when the requested protocol version has
been explicitly disabled on the server or Redis < 6.0 |
class |
JedisRedirectionException
Umbrella exception class representing all redirection replies from Redis.
|
Copyright © 2026. All rights reserved.