Package co.ecg.alpaca.toolkit.exception
Class ProcessTerminatingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
co.ecg.alpaca.toolkit.exception.ProcessTerminatingException
- All Implemented Interfaces:
Serializable
public class ProcessTerminatingException extends Exception
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ProcessTerminatingException(GenericProcess process, String s)
ProcessTerminatingException(GenericProcess process, Throwable t)
-
Method Summary
Modifier and Type Method Description GenericProcess
getProcess()
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString