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