Stellent
HowToComponents
JavaDoc

intradoc.lang
Class TimeoutQueueException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--intradoc.lang.TimeoutQueueException
All Implemented Interfaces:
java.io.Serializable

public class TimeoutQueueException
extends java.lang.RuntimeException

Thrown when a removeWithTimeout method is performed on an empty BlockingQueue and the timeout has expired.

See Also:
intradoc.lang.BlockingQueue#removeWithTimeout(), Serialized Form

Constructor Summary
TimeoutQueueException()
          Constructs a TimeoutQueueException with no specified detail message.
 
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

TimeoutQueueException

public TimeoutQueueException()
Constructs a TimeoutQueueException with no specified detail message.



(c) 1996-2005  All rights reserved.  Stellent, Inc.