类 HttpStatusException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.wenzuo.atom.core.exception.HttpStatusException
- 所有已实现的接口:
Serializable
- 直接已知子类:
BadGatewayException,BadRequestException,ForbiddenException,GatewayTimeoutException,NotFoundException,RequestTooLargeException,ServerException,UnauthorizedException
- 从以下版本开始:
- 2023-05-30
- 作者:
- Catch
- 另请参阅:
-
构造器概要
构造器限定符构造器说明protectedHttpStatusException(int status, String message) protectedHttpStatusException(int status, String format, Object... args) protectedHttpStatusException(int status, String message, Throwable t) protectedHttpStatusException(int status, Throwable t) -
方法概要
-
构造器详细资料
-
HttpStatusException
-
HttpStatusException
-
HttpStatusException
-
HttpStatusException
-
-
方法详细资料
-
getStatus
public int getStatus()
-