Package org.jcsp.net2

Class JCSPNetworkException

  • All Implemented Interfaces:
    java.io.Serializable

    public final class JCSPNetworkException
    extends java.lang.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.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID
      Default serial ID.
    • Constructor Summary

      Constructors 
      Constructor Description
      JCSPNetworkException​(java.lang.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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • serialVersionUID

        private static final long serialVersionUID
        Default serial ID. Given for the sake of completeness.
        See Also:
        Constant Field Values
    • Constructor Detail

      • JCSPNetworkException

        public JCSPNetworkException​(java.lang.String message)
        Constructor for a new JCSPNetworkException
        Parameters:
        message - The message for the exception