-
- All Implemented Interfaces:
-
java.io.Serializable
public final class RedisHeimdallException extends Exception
General purpose Exception type, used by this library to signal usage and state exceptions.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumRedisHeimdallException.Reason
-
Constructor Summary
Constructors Constructor Description RedisHeimdallException(RedisHeimdallException.Reason reason, String message, Throwable cause)
-
Method Summary
Modifier and Type Method Description final RedisHeimdallException.ReasongetReason()ThrowablegetCause()StringgetMessage()-
Methods inherited from class java.lang.Exception
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
RedisHeimdallException
RedisHeimdallException(RedisHeimdallException.Reason reason, String message, Throwable cause)
-
-
Method Detail
-
getReason
final RedisHeimdallException.Reason getReason()
-
getMessage
String getMessage()
-
-
-
-