Package com.bytedesk.call.mrcp4j.util
Class ThrowingQueue<E,T extends Throwable>
java.lang.Object
com.bytedesk.call.mrcp4j.util.ThrowingQueue<E,T>
- Type Parameters:
E- the type of elements held in this queueT- the type of throwable that can be thrown by this queue
- Author:
- Niels Godfredsen <ngodfredsen@users.sourceforge.net>
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
_queue
-
-
Constructor Details
-
ThrowingQueue
public ThrowingQueue()
-
-
Method Details
-
put
- Throws:
InterruptedException
-
put
- Throws:
InterruptedException
-
take
- Throws:
T extends ThrowableInterruptedException
-