Class sun.server.misc.QueueEmptyException
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class sun.server.misc.QueueEmptyException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----sun.server.misc.QueueEmptyException

public class QueueEmptyException
extends Exception
Signals that the queue is empty.
See Also:
Queue

Constructor Index

 o QueueEmptyException()
Constructs a new QueueEmptyException with no default message.

Constructors

 o QueueEmptyException
  public QueueEmptyException()
Constructs a new QueueEmptyException with no default message.

All Packages  Class Hierarchy  This Package  Previous  Next  Index