Class InvalidPasswordException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.github.xezzon.zeroweb.common.exception.ZerowebBusinessException
io.github.xezzon.zeroweb.auth.exception.InvalidPasswordException
- All Implemented Interfaces:
Serializable
@NullMarked
public class InvalidPasswordException
extends io.github.xezzon.zeroweb.common.exception.ZerowebBusinessException
InvalidPasswordException 表示提供的密码不正确,或用户不存在。
这是一个业务异常,用于处理认证过程中密码验证失败的情况。
- Author:
- xezzon
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.github.xezzon.zeroweb.common.exception.ZerowebBusinessException
getParameters, httpStatusMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
ERROR_CODE
-
-
Constructor Details
-
InvalidPasswordException
public InvalidPasswordException()构造一个新的InvalidPasswordException实例。
-
-
Method Details
-
code
- Specified by:
codein classio.github.xezzon.zeroweb.common.exception.ZerowebBusinessException
-