public class HttpHostConnectException extends ConnectException
ConnectException
that specifies the NamedEndpoint
that was being connected to.Constructor and Description |
---|
HttpHostConnectException(String message)
Creates a HttpHostConnectException with the specified detail message.
|
HttpHostConnectException(String message,
org.apache.hc.core5.net.NamedEndpoint namedEndpoint) |
Modifier and Type | Method and Description |
---|---|
org.apache.hc.core5.net.NamedEndpoint |
getHost() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.