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
Exception thrown when an OpenId Connect Identity Provider returns an error.
- Since:
- 11.3
- Author:
- Petru Galanton
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOpenIdConnectException
(String error, String errorDescription) OpenIdConnectException
(String error, String errorDescription, Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptiongetError()
The error code returned by the identity provider.The human-readable description of the error code.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString