Package org.jcsp.lang

Class ChannelDataRejectedException

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    PoisonException

    public class ChannelDataRejectedException
    extends java.lang.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:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ChannelDataRejectedException

        public ChannelDataRejectedException()