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

public class RedisConnectionFailureException extends org.springframework.dao.DataAccessResourceFailureException
Fatal exception thrown when the Redis connection fails completely.
Author:
Mark Pollack
See Also:
  • Constructor Details

    • RedisConnectionFailureException

      public RedisConnectionFailureException(String msg)
      Parameters:
      msg - the detail message.
    • RedisConnectionFailureException

      public RedisConnectionFailureException(String msg, Throwable cause)
      Parameters:
      msg - the detail message.
      cause - the nested exception.