salvo.jesus.util
Class EmptyQueueException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by salvo.jesus.util.EmptyQueueException
All Implemented Interfaces:
java.io.Serializable

public class EmptyQueueException
extends java.lang.Exception

Thrown by methods on the Queue class to indicate that the Queue is empty

Author:
Jesus M. Salvo Jr.
See Also:
Serialized Form

Constructor Summary
EmptyQueueException()
          Creates a new EmptyQueueException will null as its error message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EmptyQueueException

public EmptyQueueException()
Creates a new EmptyQueueException will null as its error message.