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 SummaryConstructorsConstructorDescriptionExecException(String command) ExecException(String command, Throwable cause) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
ExecException
- 
ExecException
 
-