Class RedisListenerExecutionFailedException

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.InvalidDataAccessApiUsageException
org.springframework.data.redis.listener.adapter.RedisListenerExecutionFailedException
All Implemented Interfaces:
Serializable

public class RedisListenerExecutionFailedException extends org.springframework.dao.InvalidDataAccessApiUsageException
Exception thrown when the execution of a listener method failed.
Author:
Costin Leau
See Also:
  • Constructor Details

    • RedisListenerExecutionFailedException

      public RedisListenerExecutionFailedException(String msg, Throwable cause)
      Constructs a new RedisListenerExecutionFailedException instance.
      Parameters:
      msg -
      cause -
    • RedisListenerExecutionFailedException

      public RedisListenerExecutionFailedException(String msg)
      Constructs a new RedisListenerExecutionFailedException instance.
      Parameters:
      msg -