fr.dyade.aaa.util
Class StoppedQueueException

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

public class StoppedQueueException
extends java.lang.RuntimeException

Thrown by the push method of the Queue class when the queue is actually stopping or stopped.

See Also:
Queue, Serialized Form

Constructor Summary
StoppedQueueException()
          Constructs a new StoppedQueueException 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

StoppedQueueException

public StoppedQueueException()
Constructs a new StoppedQueueException with no detail message.



Copyright ? 2004 Scalagent - All rights reserved