Package org.jcsp.lang

Class ChannelDataRejectedException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PoisonException

public class ChannelDataRejectedException extends RuntimeException
Thrown by a read or a write method of a channel when a reject has been called and the synchronization and data transfer will not complete.
See Also:
  • Constructor Details

    • ChannelDataRejectedException

      public ChannelDataRejectedException()