Class OpenIdConnectException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.aquima.web.boot.security.openid.OpenIdConnectException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidOpenIdConfigurationException

public class OpenIdConnectException extends Exception
Exception thrown when an OpenId Connect Identity Provider returns an error.
Since:
11.3
Author:
Petru Galanton
See Also:
  • Constructor Details Link icon

    • OpenIdConnectException Link icon

      public OpenIdConnectException(String error, String errorDescription)
    • OpenIdConnectException Link icon

      public OpenIdConnectException(String error, String errorDescription, Throwable cause)
  • Method Details Link icon

    • getError Link icon

      public String getError()
      The error code returned by the identity provider.
      Returns:
      the error code
    • getErrorDescription Link icon

      public String getErrorDescription()
      The human-readable description of the error code.
      Returns:
      the error description