fr.dyade.aaa.util
Class EmptyQueueException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byfr.dyade.aaa.util.EmptyQueueException
All Implemented Interfaces:
java.io.Serializable

public class EmptyQueueException
extends java.lang.RuntimeException

Thrown by methods in the Queue class to indicate that the queue is empty.

See Also:
Queue, Serialized Form

Constructor Summary
EmptyQueueException()
          Constructs a new EmptyQueueException with no detail message.
 
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()
Constructs a new EmptyQueueException with no detail message.



Copyright ? 2004 Scalagent - All rights reserved