open class HttpMessageNotReadableException : HttpMessageConversionException
Thrown by HttpMessageConverter implementations when the HttpMessageConverter#read method fails.
Author
Arjen Poutsma
Since
3.0
HttpMessageNotReadableException(msg: String)HttpMessageNotReadableException(msg: String, cause: Throwable)
Create a new HttpMessageNotReadableException. |