Generated by
JDiff

Class org.springframework.http.converter.HttpMessageNotReadableException

Added Constructors
HttpMessageNotReadableException(String, Throwable, HttpInputMessage) Create a new HttpMessageNotReadableException.
HttpMessageNotReadableException(String, HttpInputMessage) Create a new HttpMessageNotReadableException.
 

Changed Constructors
HttpMessageNotReadableException(String) Now deprecated.
as of 5.1, in favor of {@link #HttpMessageNotReadableException(String, HttpInputMessage)}
HttpMessageNotReadableException(String, Throwable) Now deprecated.
as of 5.1, in favor of {@link #HttpMessageNotReadableException(String, Throwable, HttpInputMessage)}
 

Added Methods
HttpInputMessage getHttpInputMessage() Return the original HTTP message.