Package com.logicaldoc.core.exception
Class AspectDisabledException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.logicaldoc.core.exception.FeatureDisabledException
com.logicaldoc.core.exception.AspectDisabledException
- All Implemented Interfaces:
Serializable
Raised when an aspect is disabled
- Since:
- 9.2
- Author:
- Marco Meschieri - LogicalDOC
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAspectDisabledException
(String aspectId) AspectDisabledException
(String aspectId, 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
-
AspectDisabledException
-
AspectDisabledException
-