类 HttpServerErrorException.ServiceUnavailable

所有已实现的接口:
Serializable
封闭类:
HttpServerErrorException

public static final class HttpServerErrorException.ServiceUnavailable extends HttpServerErrorException
HttpServerErrorException for status HTTP 503 Service Unavailable.
另请参阅:
  • 字段详细资料

    • serialVersionUID

      private static final long serialVersionUID
      另请参阅:
  • 构造器详细资料

    • ServiceUnavailable

      private ServiceUnavailable(String statusText, HttpHeaders headers, byte[] body, @Nullable Charset charset)
    • ServiceUnavailable

      private ServiceUnavailable(String message, String statusText, HttpHeaders headers, byte[] body, @Nullable Charset charset)