Class UnauthorizedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.elitesland.ystdms.sys.exception.BaseException
com.elitesland.ystdms.sys.exception.UnauthorizedException
- All Implemented Interfaces:
Serializable
未授权异常类
用于处理权限不足的情况
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnauthorizedException(String message) UnauthorizedException(String message, Throwable cause) -
Method Summary
Methods inherited from class com.elitesland.ystdms.sys.exception.BaseException
getCode, getErrorMsgMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnauthorizedException
-
UnauthorizedException
-