@Immutable public class HttpHostConnectException extends ConnectException
ConnectException that specifies the HttpHost that was
being connected to.| Constructor and Description |
|---|
HttpHostConnectException(org.apache.http.HttpHost host,
ConnectException cause) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.http.HttpHost |
getHost() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic HttpHostConnectException(org.apache.http.HttpHost host,
ConnectException cause)
Copyright © 1999-2015 The Apache Software Foundation. All Rights Reserved.