Package com.logicaldoc.util.exec
Class ExecException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.logicaldoc.util.exec.ExecException
- All Implemented Interfaces:
Serializable
An error happened during command execution
- Since:
- 8.8.5
- Author:
- Marco Meschieri - LogicalDOC
- See Also:
-
Constructor Summary
ConstructorDescriptionExecException
(String command) ExecException
(String command, 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
-
ExecException
-
ExecException
-