Class FatalListenerStartupException

All Implemented Interfaces:
Serializable

public class FatalListenerStartupException extends AmqpException
Exception to be thrown when the execution of a listener method failed on startup.
Since:
4.1
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