类 PasswordException

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
所有已实现的接口:
JsonResponseException, Serializable
直接已知子类:
PasswordMismatchException, VerifyCodeMismatchException

public class PasswordException extends org.springframework.security.authentication.AccountStatusException implements JsonResponseException
用户密码异常
另请参阅:
  • 字段详细资料

    • serialVersionUID

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

    • PasswordException

      public PasswordException(String msg)
    • PasswordException

      public PasswordException(String msg, Throwable cause)