Package org.jcsp.net

Class LinkLostException

All Implemented Interfaces:
Serializable

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

    • LinkLostException

      public LinkLostException(Object source)
      Constructor.
    • LinkLostException

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