程序包 | 说明 |
---|---|
redis.clients.jedis.exceptions |
限定符和类型 | 类和说明 |
---|---|
class |
InvalidURIException |
class |
JedisAccessControlException |
class |
JedisAskDataException |
class |
JedisBusyException |
class |
JedisClusterException |
class |
JedisClusterMaxAttemptsException |
class |
JedisClusterOperationException |
class |
JedisConnectionException |
class |
JedisDataException |
class |
JedisExhaustedPoolException
This exception will be thrown when the Jedis client isn't able to retrieve a connection from the
pool, since all the connections are being used (a.k.a. an "exhausted" pool).
|
class |
JedisMovedDataException |
class |
JedisNoReachableClusterNodeException
WARNING: This exception will extend
JedisClusterOperationException in upcoming major release. |
class |
JedisNoScriptException |
class |
JedisRedirectionException |