Package tech.xmagic.exception.http
Class Http4xxException
java.lang.Object
java.lang.Throwable
java.lang.Exception
tech.xmagic.exception.AbstractException
tech.xmagic.exception.http.Http4xxException
- All Implemented Interfaces:
Serializable
未授权
直接抛出异常,由框架统一处理
错误代码403- Since:
- 2022.5.7
- Version:
- 2023.0.0
- Author:
- meng2c
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionHttp4xxException(ResultCode resultCode) Http4xxException(ResultCode resultCode, String err) -
Method Summary
Methods inherited from class tech.xmagic.exception.AbstractException
getCode, getErr, getMsg, getTagMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
Http4xxException
public Http4xxException() -
Http4xxException
-
Http4xxException
-