Class RedisParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.blackrook.redis.exception.RedisParseException
- All Implemented Interfaces:
Serializable
An exception thrown during a Redis stream read error.
- Author:
- Matthew Tropiano
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRedisParseException(String message) RedisParseException(String message, Throwable cause) RedisParseException(Throwable cause) -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RedisParseException
public RedisParseException() -
RedisParseException
-
RedisParseException
-
RedisParseException
-