public class ExecutionException extends RemotingException
| Constructor and Description |
|---|
ExecutionException(Object request,
Channel channel,
String msg) |
ExecutionException(Object request,
Channel channel,
String message,
Throwable cause) |
ExecutionException(Object request,
Channel channel,
Throwable cause) |
ExecutionException(Object request,
InetSocketAddress localAddress,
InetSocketAddress remoteAddress,
String message) |
ExecutionException(Object request,
InetSocketAddress localAddress,
InetSocketAddress remoteAddress,
String message,
Throwable cause) |
ExecutionException(Object request,
InetSocketAddress localAddress,
InetSocketAddress remoteAddress,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getRequest() |
getLocalAddress, getRemoteAddressaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ExecutionException(Object request, Channel channel, String message, Throwable cause)
public ExecutionException(Object request, InetSocketAddress localAddress, InetSocketAddress remoteAddress, String message, Throwable cause)
public ExecutionException(Object request, InetSocketAddress localAddress, InetSocketAddress remoteAddress, String message)
public ExecutionException(Object request, InetSocketAddress localAddress, InetSocketAddress remoteAddress, Throwable cause)
public Object getRequest()
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.