public class QueueFullException
extends java.lang.IllegalStateException
Constructor and Description |
---|
QueueFullException(java.lang.String queueIdentifier)
Create a new instance.
|
QueueFullException(java.lang.String queueIdentifier,
int capacity)
Create a new instance.
|
public QueueFullException(java.lang.String queueIdentifier)
queueIdentifier
- Identifier for the queue that is full.public QueueFullException(java.lang.String queueIdentifier, int capacity)
queueIdentifier
- Identifier for the queue that is full.capacity
- Capacity for the queue.