Class BufferingQueue.ShutdownException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.webmethods.rtl.event.BufferingQueue.ShutdownException
All Implemented Interfaces:
Serializable
Enclosing class:
BufferingQueue

public static class BufferingQueue.ShutdownException extends Exception
The exception to be throw to kick the blocking BufferingQueue.get() call when the queue is BufferingQueue.shutdown().
See Also: