Class ManualAckListenerExecutionFailedException

All Implemented Interfaces:
Serializable

public class ManualAckListenerExecutionFailedException
extends ListenerExecutionFailedException
A ListenerExecutionFailedException enhanced with the channel and delivery tag. Used for conversion errors when using manual acks.
Since:
5.1.3
Author:
Gary Russell
See Also:
Serialized Form
  • Constructor Details

  • Method Details

    • getChannel

      public com.rabbitmq.client.Channel getChannel()
      Return the channel.
      Returns:
      the channel.
    • getDeliveryTag

      public long getDeliveryTag()
      Return the delivery tag for the last failed message.
      Returns:
      the tag.