| This exception is thrown if a SinkIF is full; that is, that no
more entries can be pushed into the SinkIF immediately. This can
occur because the sink has reached a length threshold, or some
other condition is preventing the sink from (temporarily) accepting
new elements.
As opposed to SinkCloggedEvent, which is generated when a sink
becomes full asynchronously, this exception is thrown immediately
when attempting to enqueue onto a full sink.
See Also: SinkCloggedEvent author: Matt Welsh |