org.springframework.web.client
Class HttpServerErrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.web.client.RestClientException
org.springframework.web.client.HttpStatusCodeException
org.springframework.web.client.HttpServerErrorException
- All Implemented Interfaces:
- Serializable
public class HttpServerErrorException
- extends HttpStatusCodeException
Exception thrown when a HTTP 5xx is received.
- Since:
- 3.0
- Author:
- Arjen Poutsma
- See Also:
DefaultResponseErrorHandler,
Serialized Form
HttpServerErrorException
public HttpServerErrorException(HttpStatus statusCode)
- Construct a new instance of
HttpServerErrorException based on a HttpStatus.
- Parameters:
statusCode - the status code
HttpServerErrorException
public HttpServerErrorException(HttpStatus statusCode,
String statusText)
- Construct a new instance of
HttpServerErrorException based on a HttpStatus and status text.
- Parameters:
statusCode - the status codestatusText - the status text