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
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.
- Author:
- Quickstone Technologies Limited
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ChannelDataRejectedException
public ChannelDataRejectedException()
Copyright © 1996-2012. All Rights Reserved.