org.jcsp.net2
Class NetworkPoisonException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jcsp.lang.ChannelDataRejectedException
                  extended by org.jcsp.lang.PoisonException
                      extended by 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
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
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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

NetworkPoisonException

protected NetworkPoisonException(int strength)
Creates a new NetworkPoisonException

Parameters:
strength - The strength of the poison


Copyright © 1996-2012. All Rights Reserved.