Uses of Class
com.opencloud.sentinel.feature.spi.FeatureError.Cause
-
Packages that use FeatureError.Cause Package Description com.opencloud.sentinel.feature.spi This package contains the endpoint and feature API in the Sentinel SIP service. -
-
Uses of FeatureError.Cause in com.opencloud.sentinel.feature.spi
Methods in com.opencloud.sentinel.feature.spi that return FeatureError.Cause Modifier and Type Method Description FeatureError.Cause
FeatureError. getCause()
static FeatureError.Cause
FeatureError.Cause. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static FeatureError.Cause[]
FeatureError.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 FeatureError.Cause Constructor Description FeatureError(FeatureError.Cause cause)
Create a feature error with an associated causeFeatureError(FeatureError.Cause cause, java.lang.String explanation)
Create a feature error with an associated cause and explanationFeatureError(FeatureError.Cause cause, java.lang.String explanation, java.lang.Throwable associatedThrowable)
Create a feature error with an associated cause, an explanation and an associated exception
-