Class RedisParseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.blackrook.redis.exception.RedisParseException
All Implemented Interfaces:
Serializable

public class RedisParseException extends RuntimeException
An exception thrown during a Redis stream read error.
Author:
Matthew Tropiano
See Also:
  • Constructor Details

    • RedisParseException

      public RedisParseException()
    • RedisParseException

      public RedisParseException(String message)
    • RedisParseException

      public RedisParseException(Throwable cause)
    • RedisParseException

      public RedisParseException(String message, Throwable cause)