Class ConsumerAbortException

  • All Implemented Interfaces:
    Serializable

    public class ConsumerAbortException
    extends RuntimeException
    Use this in the consumers to signal that they don't want anymore data. Any suggestion for a less ugly way to achive the same result is welcome.
    See Also:
    Serialized Form
    • Constructor Detail

      • ConsumerAbortException

        public ConsumerAbortException()