public class TimeoutException extends RemotingException
CompletableFuture.get(),
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static int |
CLIENT_SIDE |
static int |
SERVER_SIDE |
| Constructor and Description |
|---|
TimeoutException(boolean serverSide,
Channel channel,
String message) |
TimeoutException(boolean serverSide,
InetSocketAddress localAddress,
InetSocketAddress remoteAddress,
String message) |
| Modifier and Type | Method and Description |
|---|---|
int |
getPhase() |
boolean |
isClientSide() |
boolean |
isServerSide() |
getLocalAddress, getRemoteAddressaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static final int CLIENT_SIDE
public static final int SERVER_SIDE
public TimeoutException(boolean serverSide,
InetSocketAddress localAddress,
InetSocketAddress remoteAddress,
String message)
Copyright © 2011–2019 The Apache Software Foundation. All rights reserved.