Class BlockingQueue.Closed

All Implemented Interfaces:
Serializable
Enclosing class:
BlockingQueue

public static class BlockingQueue.Closed extends RuntimeException
Thrown by queue operations after the queue has been closed.
Since:
1.1
See Also:
  • Constructor Details

    • Closed

      public Closed()
      Constructs a new Closed exception with a default message.