类 OAuth2CaptchaMismatchException

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.OAuth2CaptchaMismatchException
所有已实现的接口:
cn.herodotus.engine.assistant.definition.exception.HerodotusException, Serializable

public class OAuth2CaptchaMismatchException extends OAuth2CaptchaException

Description: Oauth2 使用的验证码不匹配错误

作者:
: gengwei.zheng
另请参阅:
Date:
: 2021/12/24 12:08
  • 构造器详细资料

    • OAuth2CaptchaMismatchException

      public OAuth2CaptchaMismatchException(String msg, Throwable cause)
    • OAuth2CaptchaMismatchException

      public OAuth2CaptchaMismatchException(String msg)
  • 方法详细资料

    • getFeedback

      public cn.herodotus.engine.assistant.definition.domain.Feedback getFeedback()
      指定者:
      getFeedback 在接口中 cn.herodotus.engine.assistant.definition.exception.HerodotusException
      覆盖:
      getFeedback 在类中 OAuth2CaptchaException