org.xins.common.threads
Class QueueTimeOutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
QueueTimeOutException
public QueueTimeOutException(String message)
- Constructs a new
QueueTimeOutException
.
- Parameters:
message
- the detail message, can be null
.
See http://www.xins.org/.