クラス HttpMessageNotWritableException
java.lang.ObjectSE
java.lang.ThrowableSE
java.lang.ExceptionSE
java.lang.RuntimeExceptionSE
org.springframework.core.NestedRuntimeException
org.springframework.http.converter.HttpMessageConversionException
org.springframework.http.converter.HttpMessageNotWritableException
- 実装されたすべてのインターフェース:
SerializableSE
HttpMessageConverter.write(T, org.springframework.http.MediaType, org.springframework.http.HttpOutputMessage)
メソッドが失敗したときに HttpMessageConverter
実装によってスローされます。- 導入:
- 3.0
- 作成者:
- Arjen Poutsma
- 関連事項:
コンストラクターのサマリー
コンストラクター説明新しい HttpMessageNotWritableException を作成します。HttpMessageNotWritableException
(StringSE msg, ThrowableSE cause) 新しい HttpMessageNotWritableException を作成します。メソッドのサマリー
クラス org.springframework.core.NestedRuntimeException から継承されたメソッド
contains, getMostSpecificCause, getRootCause
クラス java.lang.ThrowableSE から継承されたメソッド
addSuppressedSE, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCauseSE, printStackTrace, printStackTraceSE, printStackTraceSE, setStackTraceSE, toString
コンストラクターの詳細
HttpMessageNotWritableException
新しい HttpMessageNotWritableException を作成します。- パラメーター:
msg
- 詳細メッセージ
HttpMessageNotWritableException
新しい HttpMessageNotWritableException を作成します。- パラメーター:
msg
- 詳細メッセージcause
- 根本原因 (もしあれば)