类 HttpMessageConversionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cn.taketoday.core.NestedRuntimeException
cn.taketoday.http.converter.HttpMessageConversionException
- 所有已实现的接口:
Serializable
public class HttpMessageConversionException
extends cn.taketoday.core.NestedRuntimeException
Thrown by
HttpMessageConverter implementations when a conversion attempt fails.- 从以下版本开始:
- 4.0
- 作者:
- Arjen Poutsma, Sebastien Deleuze
- 另请参阅:
-
构造器概要
构造器构造器说明Create a new HttpMessageConversionException.HttpMessageConversionException(String msg, Throwable cause) Create a new HttpMessageConversionException. -
方法概要
从类继承的方法 cn.taketoday.core.NestedRuntimeException
contains, getMostSpecificCause, getNestedMessage, getRootCause
-
构造器详细资料
-
HttpMessageConversionException
Create a new HttpMessageConversionException.- 参数:
msg- the detail message
-
HttpMessageConversionException
Create a new HttpMessageConversionException.- 参数:
msg- the detail messagecause- the root cause (if any)
-