public class HttpHostConnectException extends ConnectException
ConnectException that specifies the NamedEndpoint that was
being connected to.| Constructor and Description |
|---|
HttpHostConnectException(IOException cause,
NamedEndpoint namedEndpoint,
InetAddress... remoteAddresses)
Creates a HttpHostConnectException based on original
IOException. |
| Modifier and Type | Method and Description |
|---|---|
NamedEndpoint |
getHost() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic HttpHostConnectException(IOException cause, NamedEndpoint namedEndpoint, InetAddress... remoteAddresses)
IOException.public NamedEndpoint getHost()
Copyright © 1999–2018 The Apache Software Foundation. All rights reserved.