Class RedisListenerExecutionFailedException

All Implemented Interfaces:
Serializable

public class RedisListenerExecutionFailedException extends 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 -