Class RedisConnectionFailureException

All Implemented Interfaces:
Serializable

public class RedisConnectionFailureException extends 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.