Class FatalListenerExecutionException

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

@Deprecated(since="4.1", forRemoval=true) public class FatalListenerExecutionException extends org.springframework.amqp.listener.FatalListenerExecutionException
Deprecated, for removal: This API element is subject to removal in a future version.
Exception to be thrown when the execution of a listener method failed with an irrecoverable problem.
See Also:
  • Constructor Details

    • FatalListenerExecutionException

      public FatalListenerExecutionException(String msg, Throwable cause)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Constructor for ListenerExecutionFailedException.
      Parameters:
      msg - the detail message
      cause - the exception thrown by the listener method
    • FatalListenerExecutionException

      public FatalListenerExecutionException(String msg)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Constructor for ListenerExecutionFailedException.
      Parameters:
      msg - the detail message