Package com.norconex.commons.lang.exec
Class ExecException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.norconex.commons.lang.exec.ExecException
- All Implemented Interfaces:
Serializable
An exception thrown by
ExecUtil.- Since:
- 1.13.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionExecException(String message) ExecException(String message, Throwable cause) ExecException(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
public ExecException() -
ExecException
-
ExecException
-
ExecException
-