public class ManualAckListenerExecutionFailedException
extends org.springframework.amqp.rabbit.support.ListenerExecutionFailedException
ListenerExecutionFailedException enhanced with the channel and delivery tag.
Used for conversion errors when using manual acks.| Constructor and Description |
|---|
ManualAckListenerExecutionFailedException(java.lang.String msg,
java.lang.Throwable cause,
org.springframework.amqp.core.Message failedMessage,
com.rabbitmq.client.Channel channel,
long deliveryTag) |
| Modifier and Type | Method and Description |
|---|---|
com.rabbitmq.client.Channel |
getChannel() |
long |
getDeliveryTag() |
getFailedMessage, getFailedMessages