| Package | Description |
|---|---|
| com.mulesoft.modules.oauth2.provider.api.exception | |
| com.mulesoft.modules.oauth2.provider.internal.error |
| Constructor and Description |
|---|
OAuth2Exception(org.mule.runtime.extension.api.error.ErrorTypeDefinition<OAuth2ProviderError> errorTypeDefinition,
Throwable cause) |
OAuth2Exception(String errorPhrase,
org.mule.runtime.extension.api.error.ErrorTypeDefinition<OAuth2ProviderError> errorTypeDefinition) |
OAuth2Exception(String errorPhrase,
org.mule.runtime.extension.api.error.ErrorTypeDefinition<OAuth2ProviderError> errorErrorTypeDefinition,
org.mule.runtime.api.message.Message message) |
OAuth2Exception(String errorPhrase,
org.mule.runtime.extension.api.error.ErrorTypeDefinition<OAuth2ProviderError> errorTypeDefinition,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
static OAuth2ProviderError |
OAuth2ProviderError.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OAuth2ProviderError[] |
OAuth2ProviderError.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2024 MuleSoft, Inc.. All rights reserved.