Package org.springframework.data.redis
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 Summary
-
Method Summary
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getMostSpecificCause, getRootCause
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RedisSystemException
- Parameters:
msg
- the detail message.cause
- the root cause from the data access API in use.
-