Package cn.dev33.satoken.exception
Class InvalidContextException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cn.dev33.satoken.exception.SaTokenException
cn.dev33.satoken.exception.InvalidContextException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SaTokenContextException
Deprecated.
一个异常:代表框架未能获取有效的上下文
已过期:请更名为 SaTokenContextException 用法不变,未来版本将彻底删除此类
- Since:
- 1.33.0
- Author:
- click33
- See Also:
-
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
-
Constructor Details
-
InvalidContextException
Deprecated.一个异常:代表框架未能获取有效的上下文- Parameters:
message- 异常描述
-