Class OpenIdAuthenticationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
ch.tocco.nice2.sso.impl.OpenIdAuthenticationException
All Implemented Interfaces:
Serializable

public class OpenIdAuthenticationException extends Exception
See Also:
  • Constructor Details

    • OpenIdAuthenticationException

      public OpenIdAuthenticationException()
    • OpenIdAuthenticationException

      public OpenIdAuthenticationException(String message)
    • OpenIdAuthenticationException

      public OpenIdAuthenticationException(String message, Throwable cause)
    • OpenIdAuthenticationException

      public OpenIdAuthenticationException(Throwable cause)
    • OpenIdAuthenticationException

      public OpenIdAuthenticationException(com.nimbusds.oauth2.sdk.ErrorObject errorObject)