public class PoisonFilter
This filter will throw a PoisonException
when filter(Object)
is called. This can be
used to prevent a channel from being written to or read from.
Constructor and description |
---|
PoisonFilter
() Constructs a new filter with the default message. |
PoisonFilter
(String message) Constructs a new filter with a specific message. |
JCSP for Java 1.8 generated 18-09-2017 by Jon Kerridge, Edinburgh Napier University