Class HttpStreamResetException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hc.core5.http.HttpStreamResetException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
H2StreamResetException

public class HttpStreamResetException extends IOException
Signals HTTP protocol error that renders the actual HTTP data stream unreliable.
Since:
5.0
See Also:
  • Field Details

  • Constructor Details

    • HttpStreamResetException

      public HttpStreamResetException(String message)
    • HttpStreamResetException

      public HttpStreamResetException(String message, Throwable cause)