@Deprecated public class RemotingException extends org.apache.dubbo.remoting.RemotingException
| Constructor and Description |
|---|
RemotingException(org.apache.dubbo.remoting.Channel channel,
String msg)
Deprecated.
|
RemotingException(org.apache.dubbo.remoting.Channel channel,
String message,
Throwable cause)
Deprecated.
|
RemotingException(org.apache.dubbo.remoting.Channel channel,
Throwable cause)
Deprecated.
|
RemotingException(InetSocketAddress localAddress,
InetSocketAddress remoteAddress,
String message)
Deprecated.
|
RemotingException(InetSocketAddress localAddress,
InetSocketAddress remoteAddress,
String message,
Throwable cause)
Deprecated.
|
RemotingException(InetSocketAddress localAddress,
InetSocketAddress remoteAddress,
Throwable cause)
Deprecated.
|
getLocalAddress, getRemoteAddressaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RemotingException(org.apache.dubbo.remoting.Channel channel,
String msg)
public RemotingException(InetSocketAddress localAddress, InetSocketAddress remoteAddress, String message)
public RemotingException(org.apache.dubbo.remoting.Channel channel,
Throwable cause)
public RemotingException(InetSocketAddress localAddress, InetSocketAddress remoteAddress, Throwable cause)
public RemotingException(org.apache.dubbo.remoting.Channel channel,
String message,
Throwable cause)
public RemotingException(InetSocketAddress localAddress, InetSocketAddress remoteAddress, String message, Throwable cause)
Copyright © 2011–2019 The Apache Software Foundation. All rights reserved.