Uses of Class
org.jcsp.lang.ChannelDataRejectedException

Packages that use ChannelDataRejectedException
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
 class PoisonException
          This exception is thrown when a process tries to use a channel that has been poisoned.
 

Methods in org.jcsp.lang that throw ChannelDataRejectedException
 void RejectableChannelOutput.write(Object o)
          Deprecated. Writes data over the channel.
 

Uses of ChannelDataRejectedException in org.jcsp.net2
 

Subclasses of ChannelDataRejectedException in org.jcsp.net2
 class NetworkPoisonException
          An exception thrown when a networked channel is poisoned.
 

Uses of ChannelDataRejectedException in org.jcsp.util.filter
 

Subclasses of ChannelDataRejectedException in org.jcsp.util.filter
 class PoisonFilterException
          Deprecated. Use poison directly instead
 



Copyright © 1996-2012. All Rights Reserved.