fr.dyade.aaa.util
Class EmptyQueueException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by fr.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.
 
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()
Constructs a new EmptyQueueException with no detail message.



Copyright © 2004 Scalagent - All rights reserved