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:
java.io.Serializable
- Direct Known Subclasses:
H2StreamResetException
public class HttpStreamResetException extends java.io.IOException
Signals HTTP protocol error that renders the actual HTTP data stream unreliable.- Since:
- 5.0
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description HttpStreamResetException(java.lang.String message)
HttpStreamResetException(java.lang.String message, java.lang.Throwable cause)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-