public class FatalListenerExecutionException
extends org.springframework.amqp.AmqpException
MessageListenerAdapter,
Serialized Form| Constructor and Description |
|---|
FatalListenerExecutionException(java.lang.String msg)
Constructor for ListenerExecutionFailedException.
|
FatalListenerExecutionException(java.lang.String msg,
java.lang.Throwable cause)
Constructor for ListenerExecutionFailedException.
|
public FatalListenerExecutionException(java.lang.String msg,
java.lang.Throwable cause)
msg - the detail messagecause - the exception thrown by the listener methodpublic FatalListenerExecutionException(java.lang.String msg)
msg - the detail message