fr.dyade.aaa.common
Class StoppedQueueException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by fr.dyade.aaa.common.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

Field Summary
private static long serialVersionUID
           
 
Constructor Summary
StoppedQueueException()
          Constructs a new StoppedQueueException 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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

StoppedQueueException

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



Copyright © 2010 ScalAgent D.T.. All Rights Reserved.