public class ListenerExecutionFailedException extends AmqpException
MessageListenerAdapter,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
private Message |
failedMessage |
| Constructor and Description |
|---|
ListenerExecutionFailedException(java.lang.String msg,
java.lang.Throwable cause)
Constructor for ListenerExecutionFailedException.
|
ListenerExecutionFailedException(java.lang.String msg,
java.lang.Throwable cause,
Message failedMessage)
Constructor for ListenerExecutionFailedException.
|
| Modifier and Type | Method and Description |
|---|---|
Message |
getFailedMessage() |
private final Message failedMessage
public ListenerExecutionFailedException(java.lang.String msg,
java.lang.Throwable cause)
msg - the detail messagecause - the exception thrown by the listener methodpublic ListenerExecutionFailedException(java.lang.String msg,
java.lang.Throwable cause,
Message failedMessage)
msg - the detail messagecause - the exception thrown by the listener methodfailedMessage - the message that failedpublic Message getFailedMessage()