Class FatalListenerStartupException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.amqp.AmqpException
org.springframework.amqp.rabbit.listener.exception.FatalListenerStartupException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
QueuesNotAvailableException

public class FatalListenerStartupException extends AmqpException
Exception to be thrown when the execution of a listener method failed on startup.
Author:
Dave Syer
See Also:
  • Constructor Details

    • FatalListenerStartupException

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