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

<init>

HttpMessageNotWritableException(msg: String)

Create a new HttpMessageNotWritableException.

Parameters

msg - the detail message

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

Create a new HttpMessageNotWritableException.

Parameters

msg - the detail message

cause - the root cause (if any)