All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class sun.servlet.util.QueueEmptyException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----sun.servlet.util.QueueEmptyException

public class QueueEmptyException
extends Exception
Exception used to signal that the queue is empty.


Constructor Index

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

Constructors

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


All Packages  Class Hierarchy  This Package  Previous  Next  Index