Class HttpBrokenContentException

  • All Implemented Interfaces:
    java.io.Serializable

    public final class HttpBrokenContentException
    extends java.lang.RuntimeException
    RuntimeException, means something wrong happened during HTTP message content parsing. Usually it happens when processing HTTP message payload using TransferEncoding or ContentEncoding.
    Author:
    Alexey Stashok
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • HttpBrokenContentException

        public HttpBrokenContentException()
      • HttpBrokenContentException

        public HttpBrokenContentException​(java.lang.String message)
      • HttpBrokenContentException

        public HttpBrokenContentException​(java.lang.Throwable cause)
      • HttpBrokenContentException

        public HttpBrokenContentException​(java.lang.String message,
                                          java.lang.Throwable cause)