All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class sun.servlet.util.QueueFullException

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

public class QueueFullException
extends Exception
Exception used to indicate that the queue is full.


Constructor Index

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

Constructors

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


All Packages  Class Hierarchy  This Package  Previous  Next  Index