public final class SocketTimeoutExceptionFactory extends Object
SocketTimeoutException
instances.Constructor and Description |
---|
SocketTimeoutExceptionFactory() |
Modifier and Type | Method and Description |
---|---|
static SocketTimeoutException |
create(Timeout timeout)
Creates a new
SocketTimeoutException with a message for the given timeout. |
public static SocketTimeoutException create(Timeout timeout)
SocketTimeoutException
with a message for the given timeout.timeout
- the timeout value.SocketTimeoutException
with a message for the given timeout.Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.