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:
Serializable
An exception caused by a link underlying a channel breaking.
- Author:
- Quickstone Technologies Limited.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLinkLostException
(Object source) Constructor.LinkLostException
(Object source, 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
-
Constructor Details
-
LinkLostException
Constructor. -
LinkLostException
Constructor.- Parameters:
description
- Description of the error.
-