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.RuntimeExceptionAn exception caused by a link underlying a channel breaking.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.lang.ObjectsourceThe object which threw this exception.
-
Constructor Summary
Constructors Constructor Description LinkLostException(java.lang.Object source)Constructor.LinkLostException(java.lang.Object source, java.lang.String description)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) java.lang.ObjectgetSource()Get the object which threw this exception.
-