Class HttpMessageNotWritableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.http.converter.HttpMessageConversionException
org.springframework.http.converter.HttpMessageNotWritableException
- All Implemented Interfaces:
 Serializable
Thrown by 
HttpMessageConverter implementations when the
HttpMessageConverter.write(T, MediaType, HttpOutputMessage) method fails.- Since:
 - 3.0
 - Author:
 - Arjen Poutsma
 - See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionCreate a new HttpMessageNotWritableException.HttpMessageNotWritableException(String msg, @Nullable Throwable cause) Create a new HttpMessageNotWritableException. - 
Method Summary
Methods inherited from class NestedRuntimeException
contains, getMostSpecificCause, getRootCauseMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
HttpMessageNotWritableException
Create a new HttpMessageNotWritableException.- Parameters:
 msg- the detail message
 - 
HttpMessageNotWritableException
 
 -