Class RedisSystemException

All Implemented Interfaces:
Serializable

public class RedisSystemException extends UncategorizedDataAccessException
Exception thrown when we can't classify a Redis exception into one of Spring generic data access exceptions.
Author:
Costin Leau
See Also:
  • Constructor Details

    • RedisSystemException

      public RedisSystemException(String msg, Throwable cause)
      Parameters:
      msg - the detail message.
      cause - the root cause from the data access API in use.