Package org.apache.hc.core5.http.impl.io
Class ResponseOutOfOrderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hc.core5.http.impl.io.ResponseOutOfOrderException
- All Implemented Interfaces:
Serializable
Signals an early (out of order) response.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final long
Required for serialization support. -
Constructor Summary
Constructors -
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 serialVersionUIDRequired for serialization support.- See Also:
-
-
Constructor Details
-
ResponseOutOfOrderException
public ResponseOutOfOrderException()
-