Package org.jcsp.net2
Class JCSPNetworkException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jcsp.net2.JCSPNetworkException
- All Implemented Interfaces:
Serializable
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.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionJCSPNetworkException
(String message) Constructor for a new JCSPNetworkException -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDDefault serial ID. Given for the sake of completeness.- See Also:
-
-
Constructor Details
-
JCSPNetworkException
Constructor for a new JCSPNetworkException- Parameters:
message
- The message for the exception
-