| java.lang.Object | |||||
| ↳ | java.lang.Throwable | ||||
| ↳ | java.lang.Exception | ||||
| ↳ | java.lang.RuntimeException | ||||
| ↳ | org.springframework.core.NestedRuntimeException | ||||
| ↳ | org.springframework.http.converter.HttpMessageConversionException | ||||
Known Direct Subclasses
|
Thrown by HttpMessageConverter implementations when the conversion fails.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Create a new HttpMessageConversionException.
| |||||||||||
Create a new HttpMessageConversionException.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.springframework.core.NestedRuntimeException
| |||||||||||
From class
java.lang.Throwable
| |||||||||||
From class
java.lang.Object
| |||||||||||
Create a new HttpMessageConversionException.
| msg | the detail message |
|---|
Create a new HttpMessageConversionException.
| msg | the detail message |
|---|---|
| cause | the root cause (if any) |