com.alibaba.dubbo.remoting
Class ExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.alibaba.dubbo.remoting.RemotingException
com.alibaba.dubbo.remoting.ExecutionException
- All Implemented Interfaces:
- Serializable
public class ExecutionException
- extends RemotingException
ReceiveException
- Author:
- william.liangf
- See Also:
- Serialized Form
Constructor Summary |
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)
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ExecutionException
public ExecutionException(Object request,
Channel channel,
String message,
Throwable cause)
ExecutionException
public ExecutionException(Object request,
Channel channel,
String msg)
ExecutionException
public ExecutionException(Object request,
Channel channel,
Throwable cause)
ExecutionException
public ExecutionException(Object request,
InetSocketAddress localAddress,
InetSocketAddress remoteAddress,
String message,
Throwable cause)
ExecutionException
public ExecutionException(Object request,
InetSocketAddress localAddress,
InetSocketAddress remoteAddress,
String message)
ExecutionException
public ExecutionException(Object request,
InetSocketAddress localAddress,
InetSocketAddress remoteAddress,
Throwable cause)
getRequest
public Object getRequest()
Copyright © 2012–2017 Alibaba. All rights reserved.