Package ch.tocco.nice2.sso.impl
Class OpenIdAuthenticationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ch.tocco.nice2.sso.impl.OpenIdAuthenticationException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionOpenIdAuthenticationException
(com.nimbusds.oauth2.sdk.ErrorObject errorObject) OpenIdAuthenticationException
(String message) OpenIdAuthenticationException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OpenIdAuthenticationException
public OpenIdAuthenticationException() -
OpenIdAuthenticationException
-
OpenIdAuthenticationException
-
OpenIdAuthenticationException
-
OpenIdAuthenticationException
public OpenIdAuthenticationException(com.nimbusds.oauth2.sdk.ErrorObject errorObject)
-