public class ConnectTimeoutException extends SocketTimeoutException
bytesTransferred| Constructor and Description | 
|---|
| ConnectTimeoutException(String message)Creates a ConnectTimeoutException with the specified detail message. | 
| ConnectTimeoutException(String message,
                       NamedEndpoint namedEndpoint) | 
| Modifier and Type | Method and Description | 
|---|---|
| NamedEndpoint | getHost() | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ConnectTimeoutException(String message)
public ConnectTimeoutException(String message, NamedEndpoint namedEndpoint)
public NamedEndpoint getHost()
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.