Package org.apache.dubbo.remoting
Class ExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.dubbo.remoting.RemotingException
org.apache.dubbo.remoting.ExecutionException
- All Implemented Interfaces:
Serializable
ReceiveException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionExecutionException(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) ExecutionException(Object request, Channel channel, String msg) ExecutionException(Object request, Channel channel, String message, Throwable cause) ExecutionException(Object request, Channel channel, Throwable cause) -
Method Summary
Methods inherited from class org.apache.dubbo.remoting.RemotingException
getLocalAddress, getRemoteAddressMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ExecutionException
-
ExecutionException
-
ExecutionException
-
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 Details
-
getRequest
-