Package ddf.catalog.plugin
Class OAuthPluginException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ddf.catalog.plugin.OAuthPluginException
- All Implemented Interfaces:
Serializable
Exception thrown when an user doesn't have the appropriate OAuth tokens to federate
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionOAuthPluginException(String sourceId, String url, String baseUrl, Map<String, String> parameters, OAuthPluginException.ErrorType errorType) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OAuthPluginException
-
-
Method Details
-
getSourceId
-
getBaseUrl
-
getParameters
-
getUrl
-
getErrorType
-