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

Constructors

QueueClosedException

public QueueClosedException(String message)

Creates a QueueClosedException with the specified detail message.

Parameters

message – detail message