java.util
Class EmptyQueueException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.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
 
Method Summary
 
Methods inherited from class java.lang.Throwable
getMessage, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait
 

Constructor Detail

EmptyQueueException

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