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 queue
T - the type of throwable that can be thrown by this queue

public class ThrowingQueue<E,T extends Throwable> extends Object
Author:
Niels Godfredsen <ngodfredsen@users.sourceforge.net>