类的使用
cn.taketoday.web.client.HttpServerErrorException
使用HttpServerErrorException的程序包
-
cn.taketoday.web.client中HttpServerErrorException的使用
修饰符和类型类说明static final classHttpServerErrorExceptionfor status HTTP HTTP 502 Bad Gateway.static final classHttpServerErrorExceptionfor status HTTP 504 Gateway Timeout.static final classHttpServerErrorExceptionfor status HTTP 500 Internal Server Error.static final classHttpServerErrorExceptionfor status HTTP 501 Not Implemented.static final classHttpServerErrorExceptionfor status HTTP 503 Service Unavailable.修饰符和类型方法说明static HttpServerErrorExceptionHttpServerErrorException.create(HttpStatus statusCode, String statusText, HttpHeaders headers, byte[] body, Charset charset) Create anHttpServerErrorExceptionor an HTTP status specific sub-class.static HttpServerErrorExceptionHttpServerErrorException.create(String message, HttpStatusCode statusCode, String statusText, HttpHeaders headers, byte[] body, Charset charset) Variant ofcreate(String, HttpStatusCode, String, HttpHeaders, byte[], Charset)with an optional prepared message.