Class HvlOAuthGoogleAuthenticatorProviderException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
tr.com.havelsan.javarch.exception.HvlUncheckedException
tr.com.havelsan.javarch.oauth.google.authenticator.provider.exception.HvlOAuthGoogleAuthenticatorProviderException
All Implemented Interfaces:
Serializable, tr.com.havelsan.javarch.exception.HvlException

@HvlFeignClientError public class HvlOAuthGoogleAuthenticatorProviderException extends tr.com.havelsan.javarch.exception.HvlUncheckedException
HvlOAuthGoogleAuthenticationException is thrown with errorCode and errorMessage when captcha not validated.
See Also:
  • Constructor Details

    • HvlOAuthGoogleAuthenticatorProviderException

      public HvlOAuthGoogleAuthenticatorProviderException()
      Instantiates a new HvlOAuthGoogleAuthenticationException.
    • HvlOAuthGoogleAuthenticatorProviderException

      public HvlOAuthGoogleAuthenticatorProviderException(tr.com.havelsan.javarch.exception.model.HvlErrorDetail errorDetail)
      Instantiates a new HvlOAuthGoogleAuthenticationException.
      Parameters:
      errorDetail - the error detail
    • HvlOAuthGoogleAuthenticatorProviderException

      public HvlOAuthGoogleAuthenticatorProviderException(tr.com.havelsan.javarch.exception.model.HvlErrorDetail errorDetail, Throwable cause)
      Instantiates a new HvlOAuthGoogleAuthenticationException.
      Parameters:
      errorDetail - the error detail
      cause - the cause