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
| Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
QueueFullException
public QueueFullException()