类 HttpMessageNotReadableException

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.HttpMessageNotReadableException
所有已实现的接口:
Serializable

public class HttpMessageNotReadableException extends HttpMessageConversionException
从以下版本开始:
4.0
作者:
Arjen Poutsma, Juergen Hoeller
另请参阅:
  • 字段详细资料

  • 构造器详细资料

    • HttpMessageNotReadableException

      public HttpMessageNotReadableException(String msg)
      Create a new HttpMessageNotReadableException.
      参数:
      msg - the detail message
    • HttpMessageNotReadableException

      public HttpMessageNotReadableException(String msg, @Nullable Throwable cause)
      Create a new HttpMessageNotReadableException.
      参数:
      msg - the detail message
      cause - the root cause (if any)
    • HttpMessageNotReadableException

      public HttpMessageNotReadableException(String msg, HttpInputMessage httpInputMessage)
      Create a new HttpMessageNotReadableException.
      参数:
      msg - the detail message
      httpInputMessage - the original HTTP message
    • HttpMessageNotReadableException

      public HttpMessageNotReadableException(String msg, @Nullable Throwable cause, HttpInputMessage httpInputMessage)
      Create a new HttpMessageNotReadableException.
      参数:
      msg - the detail message
      cause - the root cause (if any)
      httpInputMessage - the original HTTP message
  • 方法详细资料

    • getHttpInputMessage

      public HttpInputMessage getHttpInputMessage()
      Return the original HTTP message.