java.util
Class EmptyQueueException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjava.util.EmptyQueueException

public class EmptyQueueException
extends RuntimeException

An exception thrown by some Queue class methods to indicate that the Queue is empty


Constructor Summary
EmptyQueueException()
          creates a new exception wit null message string
 
Methods inherited from class java.lang.Throwable
getMessage
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait
 

Constructor Detail

EmptyQueueException

public EmptyQueueException()
creates a new exception wit null message string