Class ValkeyConnectionFailureException

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
io.valkey.springframework.data.valkey.ValkeyConnectionFailureException
All Implemented Interfaces:
Serializable

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

    • ValkeyConnectionFailureException

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

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