Class QueueEmptyException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--QueueEmptyException
All Implemented Interfaces:
Serializable

public class QueueEmptyException
extends RuntimeException

Thrown when trying to access or mutate the elements of an empty queue.

See Also:
Queue, Serialized Form

Constructor Summary
QueueEmptyException()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QueueEmptyException

public QueueEmptyException()