Package cn.dev33.satoken.exception
Class SaTokenPluginException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cn.dev33.satoken.exception.SaTokenException
cn.dev33.satoken.exception.SaTokenPluginException
- All Implemented Interfaces:
Serializable
一个异常:代表插件安装过程中出现异常
- Since:
- 1.28.0
- Author:
- click33
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSaTokenPluginException(String message) 一个异常:代表插件安装过程中出现异常SaTokenPluginException(String message, Throwable cause) 一个异常:代表插件安装过程中出现异常SaTokenPluginException(Throwable cause) 一个异常:代表插件安装过程中出现异常 -
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
-
Constructor Details
-
SaTokenPluginException
一个异常:代表插件安装过程中出现异常- Parameters:
message- 异常描述
-
SaTokenPluginException
一个异常:代表插件安装过程中出现异常- Parameters:
cause- 异常对象
-
SaTokenPluginException
一个异常:代表插件安装过程中出现异常- Parameters:
message- 异常描述cause- 异常对象
-