Class 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
All Implemented Interfaces:
cn.herodotus.engine.assistant.definition.exception.HerodotusException, Serializable

public class OAuth2CaptchaIsEmptyException extends OAuth2CaptchaException

Description: 验证码为空

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

    • OAuth2CaptchaIsEmptyException

      public OAuth2CaptchaIsEmptyException(String msg, Throwable cause)
    • OAuth2CaptchaIsEmptyException

      public OAuth2CaptchaIsEmptyException(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