org.jcsp.net2
Class JCSPNetworkException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jcsp.net2.JCSPNetworkException
All Implemented Interfaces:
Serializable

public final class JCSPNetworkException
extends RuntimeException

This is the general exception thrown when something bad happens in the underlying architecture. Currently this is generalised for the sake of simplicity. However, a number of different errors may occur internally, and therefore this exception may be specialised into particular exception types in the future.

Author:
Kevin Chalmers
See Also:
Serialized Form

Constructor Summary
JCSPNetworkException(String message)
          Constructor for a new JCSPNetworkException
 
Method Summary
 
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

JCSPNetworkException

public JCSPNetworkException(String message)
Constructor for a new JCSPNetworkException

Parameters:
message - The message for the exception


Copyright © 1996-2012. All Rights Reserved.