Package org.jcsp.net
Class LinkLostException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.jcsp.net.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.
-