Class QueueFullException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
QueueFullAndRejectedSubscribeException

public class QueueFullException extends IllegalStateException
Exception indicating a bounded queue is full.
See Also:
  • Constructor Details

    • QueueFullException

      public QueueFullException(String queueIdentifier)
      Create a new instance.
      Parameters:
      queueIdentifier - Identifier for the queue that is full.
    • QueueFullException

      public QueueFullException(String queueIdentifier, int capacity)
      Create a new instance.
      Parameters:
      queueIdentifier - Identifier for the queue that is full.
      capacity - Capacity for the queue.