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
Exception to be thrown when the execution of a listener method failed on startup.
- Author:
- Dave Syer
- See Also:
-
Constructor Summary
ConstructorDescriptionFatalListenerStartupException
(String msg, Throwable cause) Constructor for ListenerExecutionFailedException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FatalListenerStartupException
Constructor for ListenerExecutionFailedException.- Parameters:
msg
- the detail messagecause
- the exception thrown by the listener method
-