org.xins.common.threads
Class QueueTimeOutException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.xins.common.threads.QueueTimeOutException
All Implemented Interfaces:
Serializable

public final class QueueTimeOutException
extends RuntimeException

Exception thrown to indicates a thread was waiting in the queue for too long.

Since:
XINS 1.0.0
Version:
$Revision: 1.8 $ $Date: 2006/08/28 09:12:36 $
Author:
Ernst de Haan
See Also:
Serialized Form

Constructor Summary
QueueTimeOutException(String message)
          Constructs a new QueueTimeOutException.
 
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

QueueTimeOutException

public QueueTimeOutException(String message)
Constructs a new QueueTimeOutException.

Parameters:
message - the detail message, can be null.


See http://www.xins.org/.