Package org.jcsp.net

Class LinkLostException

  • All Implemented Interfaces:
    java.io.Serializable

    public class LinkLostException
    extends java.lang.RuntimeException
    An exception caused by a link underlying a channel breaking.
    Author:
    Quickstone Technologies Limited.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      LinkLostException​(java.lang.Object source)
      Constructor.
      LinkLostException​(java.lang.Object source, java.lang.String description)
      Constructor.
    • 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
    • Constructor Detail

      • LinkLostException

        public LinkLostException​(java.lang.Object source)
        Constructor.
      • LinkLostException

        public LinkLostException​(java.lang.Object source,
                                 java.lang.String description)
        Constructor.
        Parameters:
        description - Description of the error.