Package org.vast.process
Class ProcessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.vast.process.ProcessException
- All Implemented Interfaces:
Serializable
Exception thrown during preparation or execution of
IProcessExec
implementations
- Since:
- May 9, 2017
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionProcessException
(String message) ProcessException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ProcessException
-
ProcessException
-