Uses of Class
org.redisson.client.RedisException
-
Packages that use RedisException Package Description org.redisson org.redisson.api org.redisson.client org.redisson.command org.redisson.mapreduce org.redisson.transaction -
-
Uses of RedisException in org.redisson
Subclasses of RedisException in org.redisson Modifier and Type Class Description class
RedissonShutdownException
-
Uses of RedisException in org.redisson.api
Methods in org.redisson.api that throw RedisException Modifier and Type Method Description BatchResult<?>
RBatch. execute()
Executes all operations accumulated during async methods invocations. -
Uses of RedisException in org.redisson.client
Subclasses of RedisException in org.redisson.client Modifier and Type Class Description class
RedisAskException
class
RedisAuthRequiredException
This error occurs when Redis requires authentication.class
RedisBusyException
This error occurs when Redis server is busy.class
RedisClusterDownException
This error occurs when Redis Cluster is down.class
RedisConnectionException
class
RedisLoadingException
class
RedisMovedException
class
RedisNodeNotFoundException
class
RedisOutOfMemoryException
This error occurs in case when Redis server free memory exhausted.class
RedisRedirectException
class
RedisResponseTimeoutException
class
RedisTimeoutException
class
RedisTryAgainException
class
WriteRedisConnectionException
This error occurs when write operation over Redis connection can't be executed. -
Uses of RedisException in org.redisson.command
Methods in org.redisson.command that return RedisException Modifier and Type Method Description <V> RedisException
CommandAsyncExecutor. convertException(RFuture<V> future)
<V> RedisException
CommandAsyncService. convertException(RFuture<V> future)
protected <T> RedisException
RedisExecutor. convertException(RFuture<T> future)
-
Uses of RedisException in org.redisson.mapreduce
Subclasses of RedisException in org.redisson.mapreduce Modifier and Type Class Description class
MapReduceTimeoutException
-
Uses of RedisException in org.redisson.transaction
Subclasses of RedisException in org.redisson.transaction Modifier and Type Class Description class
TransactionException
This exception used to report an error during Transaction execution.class
TransactionTimeoutException
This exception used to report an error during Transaction execution.
-