Package tech.xmagic.exception.http
Class Http3xxRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
tech.xmagic.exception.AbstractRuntimeException
tech.xmagic.exception.http.Http3xxRuntimeException
- All Implemented Interfaces:
Serializable
未授权
直接抛出异常,由框架统一处理
错误代码403- Since:
- 2022.5.7
- Version:
- 2023.0.0
- Author:
- meng2c
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionHttp3xxRuntimeException(ResultCode resultCode) Http3xxRuntimeException(ResultCode resultCode, String err) -
Method Summary
Methods inherited from class tech.xmagic.exception.AbstractRuntimeException
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
-
Http3xxRuntimeException
public Http3xxRuntimeException() -
Http3xxRuntimeException
-
Http3xxRuntimeException
-