Package org.springframework.web.client
Class HttpServerErrorException.NotImplemented
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.NotImplemented
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- HttpServerErrorException
HttpServerErrorException for status HTTP 501 Not Implemented.- Since:
- 5.1
- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from class org.springframework.web.client.HttpServerErrorExceptionHttpServerErrorException.BadGateway, HttpServerErrorException.GatewayTimeout, HttpServerErrorException.InternalServerError, HttpServerErrorException.NotImplemented, HttpServerErrorException.ServiceUnavailable
- 
Method SummaryMethods inherited from class org.springframework.web.client.HttpServerErrorExceptioncreate, createMethods inherited from class org.springframework.web.client.HttpStatusCodeExceptiongetStatusCodeMethods inherited from class org.springframework.web.client.RestClientResponseExceptiongetRawStatusCode, getResponseBodyAsByteArray, getResponseBodyAsString, getResponseBodyAsString, getResponseHeaders, getStatusTextMethods inherited from class org.springframework.core.NestedRuntimeExceptioncontains, getMessage, getMostSpecificCause, getRootCauseMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString