|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
java.net.SocketException
java.net.ConnectException
org.apache.http.conn.HttpHostConnectException
public class HttpHostConnectException
A ConnectException
that specifies the HttpHost
that was
being connected to.
Constructor Summary | |
---|---|
HttpHostConnectException(org.apache.http.HttpHost host,
java.net.ConnectException cause)
|
Method Summary | |
---|---|
org.apache.http.HttpHost |
getHost()
|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public HttpHostConnectException(org.apache.http.HttpHost host, java.net.ConnectException cause)
Method Detail |
---|
public org.apache.http.HttpHost getHost()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |