クラス 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, MediaType, HttpOutputMessage) メソッドが失敗したときに HttpMessageConverter 実装によってスローされます。- 導入:
- 3.0
- 作成者:
- Arjen Poutsma
- 関連事項:
コンストラクターの概要
コンストラクターコンストラクター説明新しい HttpMessageNotWritableException を作成します。HttpMessageNotWritableException(StringSE msg, @Nullable ThrowableSE cause) 新しい HttpMessageNotWritableException を作成します。メソッドのサマリー
クラス NestedRuntimeException から継承されたメソッド
contains, getMostSpecificCause, getRootCause
コンストラクターの詳細
HttpMessageNotWritableException
新しい HttpMessageNotWritableException を作成します。- パラメーター:
msg- 詳細メッセージ
HttpMessageNotWritableException
新しい HttpMessageNotWritableException を作成します。- パラメーター:
msg- 詳細メッセージcause- 根本原因 (もしあれば)