Package org.apache.hc.core5.http
Class ConnectionRequestTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.io.InterruptedIOException
org.apache.hc.core5.http.ConnectionRequestTimeoutException
- All Implemented Interfaces:
Serializable
Signals timeout requesting connection.
- Since:
- 5.0
- See Also:
-
Field Summary
FieldsFields inherited from class java.io.InterruptedIOException
bytesTransferred
-
Constructor Summary
ConstructorsConstructorDescriptionCreates aConnectionRequestTimeoutException
without details.ConnectionRequestTimeoutException
(String message) Creates aConnectionRequestTimeoutException
with a detail message. -
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
-
ConnectionRequestTimeoutException
public ConnectionRequestTimeoutException()Creates aConnectionRequestTimeoutException
without details. -
ConnectionRequestTimeoutException
Creates aConnectionRequestTimeoutException
with a detail message.- Parameters:
message
- the exception detail message, ornull
-