Uses of Enum Class
ddf.catalog.plugin.OAuthPluginException.ErrorType
Packages that use OAuthPluginException.ErrorType
Package
Description
Provides the classes for the Catalog Plug-in API and implementation.
-
Uses of OAuthPluginException.ErrorType in ddf.catalog.plugin
Methods in ddf.catalog.plugin that return OAuthPluginException.ErrorTypeModifier and TypeMethodDescriptionOAuthPluginException.getErrorType()Returns the enum constant of this class with the specified name.static OAuthPluginException.ErrorType[]OAuthPluginException.ErrorType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in ddf.catalog.plugin with parameters of type OAuthPluginException.ErrorTypeModifierConstructorDescriptionOAuthPluginException(String sourceId, String url, String baseUrl, Map<String, String> parameters, OAuthPluginException.ErrorType errorType)