Package com.blackrook.redis.exception
Class RedisException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.blackrook.redis.exception.RedisException
-
- All Implemented Interfaces:
Serializable
public class RedisException extends RuntimeException
An exception thrown during a Redis command or a read error.- Author:
- Matthew Tropiano
- 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
-
-