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 classRedissonShutdownException -
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 classRedisAskExceptionclassRedisAuthRequiredExceptionThis error occurs when Redis requires authentication.classRedisBusyExceptionThis error occurs when Redis server is busy.classRedisClusterDownExceptionThis error occurs when Redis Cluster is down.classRedisConnectionExceptionclassRedisLoadingExceptionclassRedisMovedExceptionclassRedisNodeNotFoundExceptionclassRedisOutOfMemoryExceptionThis error occurs in case when Redis server free memory exhausted.classRedisRedirectExceptionclassRedisResponseTimeoutExceptionclassRedisTimeoutExceptionclassRedisTryAgainExceptionclassWriteRedisConnectionExceptionThis 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> RedisExceptionCommandAsyncExecutor. convertException(RFuture<V> future)<V> RedisExceptionCommandAsyncService. convertException(RFuture<V> future)protected <T> RedisExceptionRedisExecutor. convertException(RFuture<T> future) -
Uses of RedisException in org.redisson.mapreduce
Subclasses of RedisException in org.redisson.mapreduce Modifier and Type Class Description classMapReduceTimeoutException -
Uses of RedisException in org.redisson.transaction
Subclasses of RedisException in org.redisson.transaction Modifier and Type Class Description classTransactionExceptionThis exception used to report an error during Transaction execution.classTransactionTimeoutExceptionThis exception used to report an error during Transaction execution.
-