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