@Deprecated public class ConnectionPoolTimeoutException extends ConnectTimeoutException
bytesTransferred
Constructor and Description |
---|
ConnectionPoolTimeoutException()
Deprecated.
Creates a ConnectTimeoutException with a null detail message.
|
ConnectionPoolTimeoutException(String message)
Deprecated.
Creates a ConnectTimeoutException with the specified detail message.
|
ConnectionPoolTimeoutException(String message,
Throwable cause)
Deprecated.
Creates a new ConnectTimeoutException with the specified detail message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ConnectionPoolTimeoutException()
public ConnectionPoolTimeoutException(String message)
message
- The exception detail messagepublic ConnectionPoolTimeoutException(String message, Throwable cause)
message
- the exception detail messagecause
- the Throwable that caused this exception, or null
if the cause is unavailable, unknown, or not a ThrowableCopyright © 2004–2017. All rights reserved.