Uses of Class
org.springframework.web.client.HttpServerErrorException
Packages that use HttpServerErrorException Package Description org.springframework.web.client Core package of the client-side web support.Uses of HttpServerErrorException in org.springframework.web.client
Subclasses of HttpServerErrorException in org.springframework.web.client Modifier and Type Class Description static classHttpServerErrorException.BadGatewayHttpServerErrorExceptionfor status HTTP HTTP 502 Bad Gateway.static classHttpServerErrorException.GatewayTimeoutHttpServerErrorExceptionfor status HTTP 504 Gateway Timeout.static classHttpServerErrorException.InternalServerErrorHttpServerErrorExceptionfor status HTTP 500 Internal Server Error.static classHttpServerErrorException.NotImplementedHttpServerErrorExceptionfor status HTTP 501 Not Implemented.static classHttpServerErrorException.ServiceUnavailableHttpServerErrorExceptionfor status HTTP 503 Service Unavailable.Methods in org.springframework.web.client that return HttpServerErrorException Modifier and Type Method Description static HttpServerErrorExceptionHttpServerErrorException. create(String message, HttpStatus statusCode, String statusText, HttpHeaders headers, byte[] body, Charset charset)Variant ofcreate(String, HttpStatus, String, HttpHeaders, byte[], Charset)with an optional prepared message.static HttpServerErrorExceptionHttpServerErrorException. create(HttpStatus statusCode, String statusText, HttpHeaders headers, byte[] body, Charset charset)Create anHttpServerErrorExceptionor an HTTP status specific sub-class.