Class OAuth2CaptchaArgumentIllegalException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.security.core.AuthenticationException
org.springframework.security.authentication.AccountStatusException
cn.herodotus.engine.oauth2.core.exception.OAuth2CaptchaException
cn.herodotus.engine.oauth2.core.exception.OAuth2CaptchaArgumentIllegalException
All Implemented Interfaces:
cn.herodotus.engine.assistant.definition.exception.HerodotusException, Serializable

public class OAuth2CaptchaArgumentIllegalException extends OAuth2CaptchaException

Description: Oauth2 使用的验证码参数错误

Author:
: gengwei.zheng
See Also:
Date:
: 2021/12/24 12:02
  • Constructor Details

    • OAuth2CaptchaArgumentIllegalException

      public OAuth2CaptchaArgumentIllegalException(String msg, Throwable cause)
    • OAuth2CaptchaArgumentIllegalException

      public OAuth2CaptchaArgumentIllegalException(String msg)
  • Method Details

    • getFeedback

      public cn.herodotus.engine.assistant.definition.domain.Feedback getFeedback()
      Specified by:
      getFeedback in interface cn.herodotus.engine.assistant.definition.exception.HerodotusException
      Overrides:
      getFeedback in class OAuth2CaptchaException