类 ExecutionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.alibaba.dubbo.remoting.RemotingException
-
- com.alibaba.dubbo.remoting.ExecutionException
-
- 所有已实现的接口:
Serializable
public class ExecutionException extends RemotingException
ReceiveException- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 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)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 Object
getRequest()
-
从类继承的方法 com.alibaba.dubbo.remoting.RemotingException
getLocalAddress, getRemoteAddress
-
-
-
-
构造器详细资料
-
ExecutionException
public ExecutionException(Object request, Channel channel, String message, 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()
-
-