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
,RedisBusyException
,RedisClusterDownException
,RedisConnectionException
,RedisLoadingException
,RedisNodeNotFoundException
,RedisOutOfMemoryException
,RedisRedirectException
,RedissonShutdownException
,RedisTimeoutException
,RedisTryAgainException
,TransactionException
public class RedisException extends RuntimeException
- Author:
- Nikita Koksharov
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RedisException()
RedisException(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
-
-