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