| 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.ResourceAccessException | |||||
Exception thrown when an I/O error occurs.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Construct a new
HttpIOException with the given message. | |||||||||||
Construct a new
HttpIOException with the given message and IOException. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.springframework.core.NestedRuntimeException
| |||||||||||
From class
java.lang.Throwable
| |||||||||||
From class
java.lang.Object
| |||||||||||
Construct a new HttpIOException with the given message.
| msg | the message |
|---|
Construct a new HttpIOException with the given message and IOException.
| msg | the message |
|---|---|
| ex | the IOException
|