Class HvlOAuthCaptchaVerificationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
tr.com.havelsan.javarch.exception.HvlUncheckedException
tr.com.havelsan.javarch.oauth.captcha.verification.provider.exception.HvlOAuthCaptchaVerificationException
All Implemented Interfaces:
Serializable, tr.com.havelsan.javarch.exception.HvlException

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

    • HvlOAuthCaptchaVerificationException

      public HvlOAuthCaptchaVerificationException()
      Instantiates a new HvlOAuthCaptchaVerificationException.
    • HvlOAuthCaptchaVerificationException

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

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