Uses of Class
org.jcsp.lang.ChannelDataRejectedException
-
Packages that use ChannelDataRejectedException Package Description org.jcsp.lang This provides classes and interfaces corresponding to the fundamental primitives of CSP.org.jcsp.net2 org.jcsp.util.filter 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.lang Modifier and Type Class Description classPoisonExceptionThis exception is thrown when a process tries to use a channel that has been poisoned.Methods in org.jcsp.lang that throw ChannelDataRejectedException Modifier and Type Method Description voidRejectableChannelOutput. write(java.lang.Object o)Deprecated.Writes data over the channel. -
Uses of ChannelDataRejectedException in org.jcsp.net2
Subclasses of ChannelDataRejectedException in org.jcsp.net2 Modifier and Type Class Description classNetworkPoisonExceptionAn exception thrown when a networked channel is poisoned. -
Uses of ChannelDataRejectedException in org.jcsp.util.filter
Subclasses of ChannelDataRejectedException in org.jcsp.util.filter Modifier and Type Class Description classPoisonFilterExceptionDeprecated.Use poison directly instead
-