类 VerifyCodeMismatchException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.security.core.AuthenticationException
org.springframework.security.authentication.AccountStatusException
io.github.mangocrisp.spring.taybct.auth.exception.PasswordException
io.github.mangocrisp.spring.taybct.auth.exception.VerifyCodeMismatchException
所有已实现的接口:
JsonResponseException, Serializable

public class VerifyCodeMismatchException extends PasswordException implements JsonResponseException
验证码不匹配异常
另请参阅:
  • 字段详细资料

    • serialVersionUID

      private static final long serialVersionUID
      另请参阅:
  • 构造器详细资料

    • VerifyCodeMismatchException

      public VerifyCodeMismatchException(String msg)
    • VerifyCodeMismatchException

      public VerifyCodeMismatchException(String msg, Throwable cause)