java.lang.Object | |||||
↳ | java.lang.Throwable | ||||
↳ | java.lang.Exception | ||||
↳ | java.lang.RuntimeException | ||||
↳ | org.springframework.core.NestedRuntimeException | ||||
↳ | org.springframework.web.client.RestClientException |
![]() |
![]() |
Base class for exceptions thrown by RestTemplate
whenever it encounters client-side HTTP errors.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Construct a new instance of
HttpClientException with the given message. | |||||||||||
Construct a new instance of
HttpClientException with the given message and exception. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Construct a new instance of HttpClientException
with the given message.
msg | the message |
---|
Construct a new instance of HttpClientException
with the given message and exception.
msg | the message |
---|---|
ex | the exception |