Class HttpMessageConversionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.http.converter.HttpMessageConversionException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- HttpMessageNotReadableException,- HttpMessageNotWritableException
Thrown by 
HttpMessageConverter implementations when a conversion attempt fails.- Since:
- 3.0
- Author:
- Arjen Poutsma, Sebastien Deleuze
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionCreate a new HttpMessageConversionException.HttpMessageConversionException(String msg, @Nullable Throwable cause) Create a new HttpMessageConversionException.
- 
Method SummaryMethods inherited from class org.springframework.core.NestedRuntimeExceptioncontains, getMostSpecificCause, getRootCauseMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
HttpMessageConversionExceptionCreate a new HttpMessageConversionException.- Parameters:
- msg- the detail message
 
- 
HttpMessageConversionException
 
-