Uses of Class
org.redisson.client.RedisException
Packages that use RedisException
Package
Description
-
Uses of RedisException in org.redisson
Subclasses of RedisException in org.redisson -
Uses of RedisException in org.redisson.api
Methods in org.redisson.api that throw RedisExceptionModifier and TypeMethodDescriptionBatchResult<?> RBatch.execute()Executes all operations accumulated during async methods invocations. -
Uses of RedisException in org.redisson.client
Subclasses of RedisException in org.redisson.clientModifier and TypeClassDescriptionclassclassThis error occurs when Redis requires authentication.classThis error occurs when Redis server is busy.classThis error occurs when Redis Cluster is down.classclassclassclassclassThis error occurs in case when Redis server free memory exhausted.classThis error occurs when username password pair is incorrect.classclassclassclassclassclassThis error occurs when Redis server is busy.classThis error occurs when username password pair is incorrect.classThis 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 RedisExceptionModifier and TypeMethodDescriptionCommandAsyncExecutor.convertException(ExecutionException e) CommandAsyncService.convertException(ExecutionException e) -
Uses of RedisException in org.redisson.mapreduce
Subclasses of RedisException in org.redisson.mapreduce -
Uses of RedisException in org.redisson.transaction
Subclasses of RedisException in org.redisson.transactionModifier and TypeClassDescriptionclassThis exception used to report an error during Transaction execution.classThis exception used to report an error during Transaction execution.