Uses of Class
com.opencloud.sentinel.feature.spi.FeatureWarning.Cause
-
Packages that use FeatureWarning.Cause Package Description com.opencloud.sentinel.feature.spi This package contains the endpoint and feature API in the Sentinel SIP service. -
-
Uses of FeatureWarning.Cause in com.opencloud.sentinel.feature.spi
Methods in com.opencloud.sentinel.feature.spi that return FeatureWarning.Cause Modifier and Type Method Description FeatureWarning.Cause
FeatureWarning. getCause()
static FeatureWarning.Cause
FeatureWarning.Cause. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static FeatureWarning.Cause[]
FeatureWarning.Cause. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.opencloud.sentinel.feature.spi with parameters of type FeatureWarning.Cause Constructor Description FeatureWarning(FeatureWarning.Cause cause, java.lang.String explanation)
Create a feature error with an associated cause and explanation
-