Class AuthorizationErrorResponseException

  • All Implemented Interfaces:
    java.io.Serializable

    public class AuthorizationErrorResponseException
    extends java.lang.RuntimeException
    A runtime exception thrown when a Oauth 2. Error code is received from the authorization endpoint.
    Since:
    1.2.0
    Author:
    Sergio del Amo
    See Also:
    Serialized Form
    • Constructor Detail

      • AuthorizationErrorResponseException

        public AuthorizationErrorResponseException​(AuthorizationErrorResponse error)
        Constructor.
        Parameters:
        error - OAuth 2.0 Authentication Error Response.
    • Method Detail

      • getAuthorizationErrorResponse

        public AuthorizationErrorResponse getAuthorizationErrorResponse()
        Returns:
        Authentication Error Response.