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:
    Serialized Form
    • Constructor Detail

      • LinkLostException

        public LinkLostException​(Object source)
        Constructor.
      • LinkLostException

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