com.ibm.rational.test.lt.kernel.engine.impl
Class QueueException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjava.lang.IllegalStateException
                  extended bycom.ibm.rational.test.lt.kernel.engine.ControllableException
                      extended bycom.ibm.rational.test.lt.kernel.engine.impl.QueueException
All Implemented Interfaces:
java.io.Serializable

public class QueueException
extends ControllableException

Run-time Queue operation exceptions.

This exception is thrown by various Queue operations.

Author:
David A Scott, davids@us.ibm.com
See Also:
Serialized Form

Constructor Summary
QueueException()
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QueueException

public QueueException()