Package cn.dev33.satoken.exception
Class ApiDisabledException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cn.dev33.satoken.exception.SaTokenException
cn.dev33.satoken.exception.ApiDisabledException
- All Implemented Interfaces:
Serializable
一个异常:代表 API 已被禁用
一般在 API 不合适调用的时候抛出,例如在集成 jwt 模块后调用数据持久化相关方法
- Since:
- 1.28.0
- Author:
- click33
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class cn.dev33.satoken.exception.SaTokenException
getCode, notEmpty, notEmpty, notTrue, notTrue, setCodeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
BE_MESSAGE
异常提示语- See Also:
-
-
Constructor Details
-
ApiDisabledException
public ApiDisabledException()一个异常:代表 API 已被禁用 -
ApiDisabledException
一个异常:代表 API 已被禁用- Parameters:
message- 异常描述
-