Package | Description |
---|---|
com.opencloud.sentinel.feature.spi |
This package contains the endpoint and feature API in the Sentinel services.
|
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
FeatureError(FeatureError.Cause cause)
Create a feature error with an associated cause
|
FeatureError(FeatureError.Cause cause,
java.lang.String explanation)
Create a feature error with an associated cause and explanation
|
FeatureError(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
|
Copyright © OpenCloud. All Rights Reserved.