类 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

public class HttpStatusException extends RuntimeException
从以下版本开始:
2023-05-30
作者:
Catch
另请参阅:
  • 构造器详细资料

    • HttpStatusException

      protected HttpStatusException(int status, String message)
    • HttpStatusException

      protected HttpStatusException(int status, String format, Object... args)
    • HttpStatusException

      protected HttpStatusException(int status, Throwable t)
    • HttpStatusException

      protected HttpStatusException(int status, String message, Throwable t)
  • 方法详细资料

    • getStatus

      public int getStatus()