spring-framework / org.springframework.http.converter / HttpMessageNotReadableException

HttpMessageNotReadableException

open class HttpMessageNotReadableException : HttpMessageConversionException

Thrown by HttpMessageConverter implementations when the HttpMessageConverter#read method fails.

Author
Arjen Poutsma

Since
3.0

Constructors

<init>

HttpMessageNotReadableException(msg: String)
HttpMessageNotReadableException(msg: String, cause: Throwable)

Create a new HttpMessageNotReadableException.