com.alibaba.dubbo.remoting
Class ExecutionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.alibaba.dubbo.remoting.RemotingException
              extended by 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)
           
 
Method Summary
 Object getRequest()
           
 
Methods inherited from class com.alibaba.dubbo.remoting.RemotingException
getLocalAddress, getRemoteAddress
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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)
Method Detail

getRequest

public Object getRequest()


Copyright © 2012–2017 Alibaba. All rights reserved.