Class FeatureDisabledException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.logicaldoc.core.exception.FeatureDisabledException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AspectDisabledException

public class FeatureDisabledException extends Exception
Raised when trying to use a disabled feature
Since:
9.2
Author:
Marco Meschieri - LogicalDOC
See Also:
  • Constructor Details

    • FeatureDisabledException

      public FeatureDisabledException(String featureId)
    • FeatureDisabledException

      public FeatureDisabledException(String featureId, Throwable cause)