public class FatalListenerExecutionException extends AmqpException
MessageListenerAdapter,
Serialized Form| Constructor and Description |
|---|
FatalListenerExecutionException(String msg)
Constructor for ListenerExecutionFailedException.
|
FatalListenerExecutionException(String msg,
Throwable cause)
Constructor for ListenerExecutionFailedException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic FatalListenerExecutionException(String msg, Throwable cause)
msg - the detail messagecause - the exception thrown by the listener methodpublic FatalListenerExecutionException(String msg)
msg - the detail message