Class ImmediateAcknowledgeAmqpException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ImmediateAcknowledgeAmqpException
    extends AmqpException
    Special exception for listener implementations that want to signal that the current batch of messages should be acknowledged immediately (i.e. as soon as possible) without rollback, and without consuming any more messages within the current transaction.
    Author:
    Dave Syer, Gary Russell
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ImmediateAcknowledgeAmqpException

        public ImmediateAcknowledgeAmqpException​(java.lang.String message)
      • ImmediateAcknowledgeAmqpException

        public ImmediateAcknowledgeAmqpException​(java.lang.Throwable cause)
      • ImmediateAcknowledgeAmqpException

        public ImmediateAcknowledgeAmqpException​(java.lang.String message,
                                                 java.lang.Throwable cause)