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.
-
QueueEmptyException()
- Constructs a new QueueEmptyException with no detail message.
QueueEmptyException
public QueueEmptyException()
- Constructs a new QueueEmptyException with no detail message.
All Packages Class Hierarchy This Package Previous Next Index