类 PasswordMismatchException

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.PasswordMismatchException
所有已实现的接口:
JsonResponseException, Serializable

public class PasswordMismatchException extends PasswordException implements JsonResponseException
用户密码不匹配异常
另请参阅:
  • 字段详细资料

    • serialVersionUID

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

    • PasswordMismatchException

      public PasswordMismatchException(String msg)
    • PasswordMismatchException

      public PasswordMismatchException(String msg, Throwable cause)