Class QueueFullException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--QueueFullException
All Implemented Interfaces:
Serializable

public class QueueFullException
extends RuntimeException

Thrown when an element is added to a queue that has already reached its maximum capacity (if any).

See Also:
Queue, Serialized Form

Constructor Summary
QueueFullException()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QueueFullException

public QueueFullException()