Class HttpServerErrorException.InternalServerError
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.RestClientResponseException
org.springframework.web.client.HttpStatusCodeException
org.springframework.web.client.HttpServerErrorException
org.springframework.web.client.HttpServerErrorException.InternalServerError
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- HttpServerErrorException
public static final class HttpServerErrorException.InternalServerError
extends HttpServerErrorException
HttpServerErrorException for status HTTP 500 Internal Server Error.- Since:
- 5.1
- Author:
- Arjen Poutsma
- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from class HttpServerErrorExceptionHttpServerErrorException.BadGateway, HttpServerErrorException.GatewayTimeout, HttpServerErrorException.InternalServerError, HttpServerErrorException.NotImplemented, HttpServerErrorException.ServiceUnavailable
- 
Method SummaryMethods inherited from class HttpServerErrorExceptioncreate, createMethods inherited from class RestClientResponseExceptiongetResponseBodyAs, getResponseBodyAs, getResponseBodyAsByteArray, getResponseBodyAsString, getResponseBodyAsString, getResponseHeaders, getStatusCode, getStatusText, setBodyConvertFunctionMethods inherited from class NestedRuntimeExceptioncontains, getMostSpecificCause, getRootCauseMethods inherited from class ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString