Package org.jcsp.lang
Class ChannelDataRejectedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jcsp.lang.ChannelDataRejectedException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
PoisonException
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.- Author:
- Quickstone Technologies Limited
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ChannelDataRejectedException
public ChannelDataRejectedException()
-