Package com.logicaldoc.core.automation
Class AutomationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.logicaldoc.core.automation.AutomationException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ForbiddenCodeException
Error happening during automation execution
- Since:
- 9.0.1
- Author:
- Marco Meschieri - LogicalDOC
- See Also:
-
Constructor Summary
ConstructorDescriptionAutomationException
(String errorMessage, String expression) AutomationException
(String expression, 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
-
AutomationException
-
AutomationException
-