Uses of Class
redis.clients.jedis.exceptions.JedisException
-
Packages that use JedisException Package Description redis.clients.jedis.exceptions -
-
Uses of JedisException in redis.clients.jedis.exceptions
Subclasses of JedisException in redis.clients.jedis.exceptions Modifier and Type Class Description classInvalidURIExceptionclassJedisAccessControlExceptionclassJedisAskDataExceptionclassJedisBusyExceptionclassJedisClusterExceptionclassJedisClusterMaxAttemptsExceptionclassJedisClusterOperationExceptionclassJedisConnectionExceptionclassJedisDataExceptionclassJedisExhaustedPoolExceptionThis 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.classJedisMovedDataExceptionclassJedisNoReachableClusterNodeExceptionclassJedisNoScriptExceptionclassJedisRedirectionException
-