Class OAuth20Exception

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidGrantException, OAuth20AccessDeniedException, OAuth20AuthorizationCodeInvalidClientException, OAuth20BadParameterFormatException, OAuth20DuplicateParameterException, OAuth20InternalException, OAuth20InvalidClientException, OAuth20InvalidClientSecretException, OAuth20InvalidGrantTypeException, OAuth20InvalidRedirectUriException, OAuth20InvalidResponseTypeException, OAuth20InvalidScopeException, OAuth20InvalidTokenException, OAuth20InvalidTokenRequestMethodException, OAuth20MediatorException, OAuth20MismatchedClientAuthenticationException, OAuth20MismatchedRedirectUriException, OAuth20MissingParameterException, OAuth20PublicClientCredentialsException, OAuth20PublicClientForbiddenException, OAuth20RefreshTokenInvalidClientException, OidcServerException

public class OAuth20Exception extends OAuthException
Represents an exception while processing OAuth 2.0 request and response. This class is the base class for all OAuth 2.0 component exceptions.
See Also: