Class FeatureProxy.FeatureDisabledException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cloud.opencode.base.feature.proxy.FeatureProxy.FeatureDisabledException
All Implemented Interfaces:
Serializable
Enclosing class:
FeatureProxy

public static class FeatureProxy.FeatureDisabledException extends RuntimeException
Exception thrown when feature is disabled and THROW_EXCEPTION behavior is set 当功能禁用且设置了THROW_EXCEPTION行为时抛出的异常
Since:
JDK 25, opencode-base-feature V1.0.0
Author:
Leon Soo www.LeonSoo.com
See Also:
  • Constructor Details

    • FeatureDisabledException

      public FeatureDisabledException(String featureKey, String methodName)
  • Method Details

    • getFeatureKey

      public String getFeatureKey()
    • getMethodName

      public String getMethodName()