Package de.willuhn.util
Class Queue.QueueFullException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.willuhn.util.Queue.QueueFullException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- Queue
public static class Queue.QueueFullException extends java.lang.Exception
Wird geworfen, wenn die Queue voll ist und trotzdem versucht wird, Daten hineinzuschreiben.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description QueueFullException(java.lang.String message)
Erzeugt eine neue Exception dieses Typs mit der genannten Meldung.
-