toolbox.queueing
Class QueueDiscardWarning

Package class diagram package QueueDiscardWarning
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by toolbox.queueing.QueueDiscardWarning
All Implemented Interfaces:
java.io.Serializable

public class QueueDiscardWarning
extends java.lang.Exception

Warning to indicate that an event queue has reached maximum depth and is discarding new events until the queue depth reaches a point below the maximum depth.

See Also:
Serialized Form

Constructor Summary
QueueDiscardWarning(java.lang.String info)
          Constructor that calls the parent class Exception.
 
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

QueueDiscardWarning

public QueueDiscardWarning(java.lang.String info)
Constructor that calls the parent class Exception.

Parameters:
info - Warning description