Class RequestFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.io.InterruptedIOException
org.apache.hc.client5.http.impl.classic.RequestFailedException
- All Implemented Interfaces:
Serializable
Signals that the request has been aborted or failed due to an expected condition.
- Since:
- 5.0
- See Also:
-
Field Summary
FieldsFields inherited from class java.io.InterruptedIOException
bytesTransferred
-
Constructor Summary
ConstructorsConstructorDescriptionRequestFailedException
(String message) RequestFailedException
(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
-
RequestFailedException
-
RequestFailedException
-