spring-framework / org.springframework.http.converter / HttpMessageNotReadableException / <init>

<init>

HttpMessageNotReadableException(msg: String)

Create a new HttpMessageNotReadableException.

Parameters

msg - the detail message

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

Create a new HttpMessageNotReadableException.

Parameters

msg - the detail message

cause - the root cause (if any)