Package jadex.commons.collection
Class IBlockingQueue.ClosedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jadex.commons.collection.IBlockingQueue.ClosedException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing interface:
- IBlockingQueue<T>
public static class IBlockingQueue.ClosedException extends java.lang.RuntimeException
Closed exception.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClosedException(java.lang.String text)
Create a new closed exception.
-