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 TypeClassDescriptionclassThis 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 classAn 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 TypeClassDescriptionclassDeprecated.Use poison directly instead