Package org.springframework.data.redis
Class RedisSystemException
- All Implemented Interfaces:
- Serializable
Exception thrown when we can't classify a Redis exception into one of Spring generic data access exceptions.
- Author:
- Costin Leau
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.springframework.core.NestedRuntimeExceptioncontains, getMostSpecificCause, getRootCauseMethods inherited from class java.lang.ThrowableaddSuppressed, 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.
 
 
-