Class 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:
  • Constructor Details

    • RedisException

      public RedisException()
    • RedisException

      public RedisException(String message)
    • RedisException

      public RedisException(Throwable cause)
    • RedisException

      public RedisException(String message, Throwable cause)