Class InvalidOpenIdConfigurationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.aquima.web.boot.security.openid.OpenIdConnectException
-
- com.aquima.web.boot.security.openid.InvalidOpenIdConfigurationException
-
- All Implemented Interfaces:
Serializable
public class InvalidOpenIdConfigurationException extends OpenIdConnectException
Exception thrown when either the configuration defined for OpenID Connect is not supported or the OpenID Connect Provider doesn't support the specified configuration.- Since:
- 11.5
- Author:
- Voicu Moldovan
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidOpenIdConfigurationException​(String error, String errorDescription)
-
Method Summary
-
Methods inherited from class com.aquima.web.boot.security.openid.OpenIdConnectException
getError, getErrorDescription
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-