Uses of Class
org.springframework.web.client.HttpServerErrorException
Packages that use HttpServerErrorException
-
Uses of HttpServerErrorException in org.springframework.web.client
Subclasses of HttpServerErrorException in org.springframework.web.clientModifier and TypeClassDescriptionstatic final class
HttpServerErrorException
for HTTP status 502 Bad Gateway.static final class
HttpServerErrorException
for status HTTP 504 Gateway Timeout.static final class
HttpServerErrorException
for status HTTP 500 Internal Server Error.static final class
HttpServerErrorException
for status HTTP 501 Not Implemented.static final class
HttpServerErrorException
for status HTTP 503 Service Unavailable.Methods in org.springframework.web.client that return HttpServerErrorExceptionModifier and TypeMethodDescriptionstatic HttpServerErrorException
HttpServerErrorException.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.static HttpServerErrorException
HttpServerErrorException.create
(HttpStatusCode statusCode, String statusText, HttpHeaders headers, byte[] body, Charset charset) Create anHttpServerErrorException
or an HTTP status specific subclass.