QueueClosedException ==================== .. java:package:: rsb.util :noindex: .. java:type:: 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 Constructors ------------ QueueClosedException ^^^^^^^^^^^^^^^^^^^^ .. java:constructor:: public QueueClosedException(String message) :outertype: QueueClosedException Creates a QueueClosedException with the specified detail message. :param message: detail message