Uses of Class
org.jcsp.lang.ChannelDataRejectedException
Packages that use ChannelDataRejectedException
Package
Description
This provides classes and interfaces corresponding to the fundamental
primitives of CSP.
This defines filtering channels that can apply transformations to objects
as they are read and/or written.
-
Uses of ChannelDataRejectedException in org.jcsp.lang
Subclasses of ChannelDataRejectedException in org.jcsp.langModifier and TypeClassDescriptionclass
This exception is thrown when a process tries to use a channel that has been poisoned.Methods in org.jcsp.lang that throw ChannelDataRejectedException -
Uses of ChannelDataRejectedException in org.jcsp.net2
Subclasses of ChannelDataRejectedException in org.jcsp.net2Modifier and TypeClassDescriptionfinal class
An exception thrown when a networked channel is poisoned. -
Uses of ChannelDataRejectedException in org.jcsp.util.filter
Subclasses of ChannelDataRejectedException in org.jcsp.util.filterModifier and TypeClassDescriptionclass
Deprecated.Use poison directly instead