Stellent
HowToComponents
JavaDoc

intradoc.lang
Class EmptyQueueException

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

public class EmptyQueueException
extends java.lang.RuntimeException

Thrown when a remove or peek method is performed on an empty queue.

See Also:
Queue.remove(), Queue.peek(), Serialized Form

Constructor Summary
EmptyQueueException()
          Constructs an EmptyQueueException 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

EmptyQueueException

public EmptyQueueException()
Constructs an EmptyQueueException with no specified detail message.



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