Package com.logicaldoc.core.exception
Class FeatureDisabledException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.logicaldoc.core.exception.FeatureDisabledException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AspectDisabledException
Raised when trying to use a disabled feature
- Since:
- 9.2
- Author:
- Marco Meschieri - LogicalDOC
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFeatureDisabledException
(String featureId) FeatureDisabledException
(String featureId, 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
-
FeatureDisabledException
-
FeatureDisabledException
-