Class RedisSystemException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.dao.DataAccessException
org.springframework.dao.NonTransientDataAccessException
org.springframework.dao.UncategorizedDataAccessException
org.springframework.data.redis.RedisSystemException
All Implemented Interfaces:
Serializable

public class RedisSystemException extends org.springframework.dao.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.