类 OAuth2CaptchaIsEmptyException

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

public class OAuth2CaptchaIsEmptyException extends OAuth2CaptchaException

Description: 验证码为空

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

    • OAuth2CaptchaIsEmptyException

      public OAuth2CaptchaIsEmptyException(String msg, Throwable cause)
    • OAuth2CaptchaIsEmptyException

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

    • getFeedback

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