Package org.redisson.client
Class RedisException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.redisson.client.RedisException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
MapReduceTimeoutException
,RedisAuthRequiredException
,RedisConnectionException
,RedisNodeNotFoundException
,RedisOutOfMemoryException
,RedisRedirectException
,RedisRetryException
,RedissonShutdownException
,RedisTimeoutException
,RedisWrongPasswordException
,TransactionException
- Author:
- Nikita Koksharov
- See Also:
-
Constructor Summary
ConstructorDescriptionRedisException
(String message) RedisException
(String message, Throwable cause) RedisException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RedisException
public RedisException() -
RedisException
-
RedisException
-
RedisException
-