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:
java.io.Serializable
public final class JCSPNetworkException extends java.lang.RuntimeExceptionThis 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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUIDDefault serial ID.
-
Constructor Summary
Constructors Constructor Description JCSPNetworkException(java.lang.String message)Constructor for a new JCSPNetworkException
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
Default serial ID. Given for the sake of completeness.- See Also:
- Constant Field Values
-
-