See: Description
| Exception | Description |
|---|---|
| ClusterAggregationException |
Exception thrown when cluster reply aggregation fails.
|
| InvalidURIException | |
| JedisAccessControlException |
An access control error reply from Redis; i.e.
|
| JedisAskDataException |
-ASK reply from Redis. |
| JedisBroadcastException |
Exception thrown when a broadcast command fails on one or more cluster nodes.
|
| JedisBusyException |
-BUSY reply from Redis. |
| JedisCacheException | |
| JedisClusterException |
Any
-CLUSTER... reply from Redis. |
| JedisClusterOperationException |
Error while processing cluster operations.
|
| JedisConnectionException |
A connection error.
|
| JedisDataException |
Any error reply from Redis.
|
| JedisException |
Umbrella exception class for all exceptions in Jedis library.
|
| JedisMovedDataException |
-MOVED reply from Redis. |
| JedisNoScriptException |
-NOSCRIPT reply from Redis. |
| JedisProtocolNotSupportedException |
-NOPROTO reply from Redis Enterprise and Cloud when the requested protocol version has
been explicitly disabled on the server or Redis < 6.0 |
| JedisRedirectionException |
Umbrella exception class representing all redirection replies from Redis.
|
| JedisValidationException |
A validation error.
|
| UnsupportedAggregationException |
Exception thrown when an unsupported aggregation operation is attempted.
|
Copyright © 2026. All rights reserved.