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