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 SummaryConstructorsConstructorDescriptionFeatureDisabledException(String featureId) FeatureDisabledException(String featureId, Throwable cause) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
FeatureDisabledException
- 
FeatureDisabledException
 
-