Package org.apache.hc.core5.http
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
Signals HTTP protocol error that renders the actual HTTP data stream unreliable.
- Since:
- 5.0
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionHttpStreamResetException
(String message) HttpStreamResetException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
HttpStreamResetException
-
HttpStreamResetException
-