public class EmptyQueueException
extends java.lang.RuntimeException
Queue,
Serialized Form| Constructor and Description |
|---|
EmptyQueueException()
Constructs a new EmptyQueueException
|
EmptyQueueException(java.lang.String message)
Constructs a new EmptyQueueException with given message.
|