Class NoConsumersException

  • All Implemented Interfaces:
    Serializable

    public class NoConsumersException
    extends ChannelException
    Exception thrown when the exchange cannot deliver to a consumer when the immediate flag is set. As a result of pending data on the queue or the absence of any consumers of the queue.
    See Also:
    Serialized Form
    • Constructor Detail

      • NoConsumersException

        public NoConsumersException​(String message)