Package com.parctechnologies.eclipse
Class EclipseTerminatedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- com.parctechnologies.eclipse.EclipseTerminatedException
-
- All Implemented Interfaces:
java.io.Serializable
public class EclipseTerminatedException extends java.io.IOException
Exception thrown when access to a terminated ECLiPSe is requested. This IOException indicates that a method invocation which required communication with an ECLiPSe engine was not possible because the ECLiPSe (or the connection to it) has been terminated.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EclipseTerminatedException()
-