Package org.jcsp.net2
Class NetworkPoisonException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.jcsp.lang.ChannelDataRejectedException
-
- org.jcsp.lang.PoisonException
-
- org.jcsp.net2.NetworkPoisonException
-
- All Implemented Interfaces:
Serializable
public final class NetworkPoisonException extends PoisonException
An exception thrown when a networked channel is poisoned. See the poison exception in the core package for more information- Author:
- Kevin Chalmers
- See Also:
PoisonException
, Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
NetworkPoisonException(int strength)
Creates a new NetworkPoisonException
-
Method Summary
-
Methods inherited from class org.jcsp.lang.PoisonException
getStrength
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-