Class RedisException.CallableFailure
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.voidframework.redis.exception.RedisException
dev.voidframework.redis.exception.RedisException.CallableFailure
- All Implemented Interfaces:
Serializable
- Enclosing class:
- RedisException
Exception indicates that something goes wrong during callable call.
- Since:
- 1.1.0
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class dev.voidframework.redis.exception.RedisException
RedisException.CallableFailure, RedisException.InvalidConfiguration
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CallableFailure
Build a new instance.- Parameters:
cause
- The cause- Since:
- 1.1.0
-