クラス HttpMessageNotReadableException

実装されたすべてのインターフェース:
SerializableSE

public class HttpMessageNotReadableException extends HttpMessageConversionException
HttpMessageConverter.read(java.lang.Class<? extends T>, org.springframework.http.HttpInputMessage) メソッドが失敗したときに HttpMessageConverter 実装によってスローされます。
導入:
3.0
作成者:
Arjen Poutsma, Juergen Hoeller
関連事項:
  • コンストラクターの詳細

    • HttpMessageNotReadableException

      @DeprecatedSE public HttpMessageNotReadableException(StringSE msg)
      使用すべきではありません。
      新しい HttpMessageNotReadableException を作成します。
      パラメーター:
      msg - 詳細メッセージ
    • HttpMessageNotReadableException

      @DeprecatedSE public HttpMessageNotReadableException(StringSE msg, @Nullable ThrowableSE cause)
      使用すべきではありません。
      新しい HttpMessageNotReadableException を作成します。
      パラメーター:
      msg - 詳細メッセージ
      cause - 根本原因 (もしあれば)
    • HttpMessageNotReadableException

      public HttpMessageNotReadableException(StringSE msg, HttpInputMessage httpInputMessage)
      新しい HttpMessageNotReadableException を作成します。
      パラメーター:
      msg - 詳細メッセージ
      httpInputMessage - 元の HTTP メッセージ
      導入:
      5.1
    • HttpMessageNotReadableException

      public HttpMessageNotReadableException(StringSE msg, @Nullable ThrowableSE cause, HttpInputMessage httpInputMessage)
      新しい HttpMessageNotReadableException を作成します。
      パラメーター:
      msg - 詳細メッセージ
      cause - 根本原因 (もしあれば)
      httpInputMessage - 元の HTTP メッセージ
      導入:
      5.1
  • メソッドの詳細

    • getHttpInputMessage

      public HttpInputMessage getHttpInputMessage()
      元の HTTP メッセージを返します。
      導入:
      5.1