Package com.logicaldoc.core.automation
Class ForbiddenCodeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.logicaldoc.core.automation.AutomationException
com.logicaldoc.core.automation.ForbiddenCodeException
- All Implemented Interfaces:
Serializable
Exception raised when suspicious code has been detected
- Since:
- 9.0.1
- Author:
- Marco Meschieri - LogicalDOC
- See Also:
-
Constructor Summary
ConstructorDescriptionForbiddenCodeException
(String expression) ForbiddenCodeException
(String snippet, String expression) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ForbiddenCodeException
-
ForbiddenCodeException
-