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 classHttpServerErrorExceptionfor HTTP status 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.Methods in org.springframework.web.client that return HttpServerErrorExceptionModifier and TypeMethodDescriptionstatic HttpServerErrorExceptionHttpServerErrorException.create(@Nullable String message, HttpStatusCode statusCode, String statusText, HttpHeaders headers, byte[] body, @Nullable Charset charset) Variant ofHttpServerErrorException.create(String, HttpStatusCode, String, HttpHeaders, byte[], Charset)with an optional prepared message.static HttpServerErrorExceptionHttpServerErrorException.create(HttpStatusCode statusCode, String statusText, HttpHeaders headers, byte[] body, @Nullable Charset charset) Create anHttpServerErrorExceptionor an HTTP status specific subclass.