Package org.springframework.data.redis
Class RedisConnectionFailureException
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.NonTransientDataAccessResourceException
org.springframework.dao.DataAccessResourceFailureException
org.springframework.data.redis.RedisConnectionFailureException
- All Implemented Interfaces:
 Serializable
Fatal exception thrown when the Redis connection fails completely.
- Author:
 - Mark Pollack
 - See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getMostSpecificCause, getRootCauseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
RedisConnectionFailureException
- Parameters:
 msg- the detail message.
 - 
RedisConnectionFailureException
- Parameters:
 msg- the detail message.cause- the nested exception.
 
 -