Class ConsumerCancelledException

  • All Implemented Interfaces:
    Serializable

    public class ConsumerCancelledException
    extends RuntimeException
    Thrown when the broker cancels the consumer and the message queue is drained.
    Since:
    1.0.1
    Author:
    Gary Russell
    See Also:
    Serialized Form
    • Constructor Detail

      • ConsumerCancelledException

        public ConsumerCancelledException()
      • ConsumerCancelledException

        public ConsumerCancelledException​(Throwable cause)