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

Class sun.server.misc.QueueFullException

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

public class QueueFullException
extends Exception
Signals that the queue is full.
See Also:
Queue

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