Package cn.dev33.satoken.exception
Class RequestPathInvalidException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cn.dev33.satoken.exception.SaTokenException
cn.dev33.satoken.exception.FirewallCheckException
cn.dev33.satoken.exception.RequestPathInvalidException
- All Implemented Interfaces:
Serializable
一个异常:代表请求 path 无效或非法
- Since:
- 1.37.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
-
RequestPathInvalidException
-
-
Method Details
-
getPath
- Returns:
- 具体无效的 path
-