Class QueueFullAndRejectedSubscribeException

All Implemented Interfaces:
RejectedSubscribeError, Serializable

@Deprecated public final class QueueFullAndRejectedSubscribeException extends QueueFullException implements RejectedSubscribeError
Deprecated.
This class is no longer used by ServiceTalk and will be removed in the future releases. If you depend on it, consider copying into your codebase.
Exception indicating a bounded queue is full, which also resulted in a rejected subscribe.
See Also:
  • Constructor Details

    • QueueFullAndRejectedSubscribeException

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

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