Package org.apache.hc.client5.http
Class ConnectTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.io.InterruptedIOException
java.net.SocketTimeoutException
org.apache.hc.client5.http.ConnectTimeoutException
- All Implemented Interfaces:
Serializable
A timeout while connecting to an HTTP server or waiting for an available connection from a connection manager.
- Since:
- 4.0
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final org.apache.hc.core5.net.NamedEndpoint
private static final long
Fields inherited from class java.io.InterruptedIOException
bytesTransferred
-
Constructor Summary
ConstructorsConstructorDescriptionConnectTimeoutException
(String message) Creates a ConnectTimeoutException with the specified detail message.ConnectTimeoutException
(String message, org.apache.hc.core5.net.NamedEndpoint namedEndpoint) -
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:
-
namedEndpoint
private final org.apache.hc.core5.net.NamedEndpoint namedEndpoint
-
-
Constructor Details
-
ConnectTimeoutException
Creates a ConnectTimeoutException with the specified detail message. -
ConnectTimeoutException
-
-
Method Details
-
getHost
public org.apache.hc.core5.net.NamedEndpoint getHost()- Since:
- 5.0
-