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

<init>

HttpMessageConversionException(msg: String)

Create a new HttpMessageConversionException.

Parameters

msg - the detail message

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

Create a new HttpMessageConversionException.

Parameters

msg - the detail message

cause - the root cause (if any)