Class FatalListenerExecutionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.amqp.AmqpException
org.springframework.amqp.rabbit.listener.exception.FatalListenerExecutionException
All Implemented Interfaces:
Serializable

public class FatalListenerExecutionException extends AmqpException
Exception to be thrown when the execution of a listener method failed with an irrecoverable problem.
Author:
Dave Syer
See Also:
  • Constructor Details

    • FatalListenerExecutionException

      public FatalListenerExecutionException(String msg, Throwable cause)
      Constructor for ListenerExecutionFailedException.
      Parameters:
      msg - the detail message
      cause - the exception thrown by the listener method
    • FatalListenerExecutionException

      public FatalListenerExecutionException(String msg)
      Constructor for ListenerExecutionFailedException.
      Parameters:
      msg - the detail message