Class RedisException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.cotani.redis.exception.RedisException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
LockAcquisitionException, RedisConnectionException, RedisTimeoutException
Base runtime exception for all Redis-related errors in Cotani.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRedisException(String message) RedisException(String message, @Nullable Throwable cause) -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RedisException
-
RedisException
-