Class OAuth2Exception

All Implemented Interfaces:
Serializable

public class OAuth2Exception extends AuthenticationException
Exception used when a OAuth2 provider returns an error on a login attempt. See http://tools.ietf .org/html/rfc6749#section-4.1.2.1 for details on the error params returned.
Author:
avasquez
See Also:
  • Constructor Details

    • OAuth2Exception

      public OAuth2Exception(String error, String errorDescription, String errorUri)
  • Method Details

    • getError

      public String getError()
    • getErrorDescription

      public String getErrorDescription()
    • getErrorUri

      public String getErrorUri()