QueueClosedException¶
-
public class
QueueClosedException
extends RuntimeException¶ Unchecked Exception that signals not allowed attempts to access an already closed queue, like pushing more elements in it or retrieving elements on an empty and closed queue.
- Author
rgaertne