| java.lang.Object | |||||
| ↳ | java.lang.Throwable | ||||
| ↳ | java.lang.Exception | ||||
| ↳ | java.lang.RuntimeException | ||||
| ↳ | org.springframework.core.NestedRuntimeException | ||||
| ↳ | org.springframework.web.client.RestClientException | ||||
Known Direct Subclasses
|
Known Indirect Subclasses
|
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 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.springframework.core.NestedRuntimeException
| |||||||||||
From class
java.lang.Throwable
| |||||||||||
From class
java.lang.Object
| |||||||||||
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 |