@Deprecated public class RemotingException extends org.apache.dubbo.remoting.RemotingException
| 构造器和说明 |
|---|
RemotingException(org.apache.dubbo.remoting.Channel channel,
String msg)
已过时。
|
RemotingException(org.apache.dubbo.remoting.Channel channel,
String message,
Throwable cause)
已过时。
|
RemotingException(org.apache.dubbo.remoting.Channel channel,
Throwable cause)
已过时。
|
RemotingException(Exception e)
已过时。
|
RemotingException(InetSocketAddress localAddress,
InetSocketAddress remoteAddress,
String message)
已过时。
|
RemotingException(InetSocketAddress localAddress,
InetSocketAddress remoteAddress,
String message,
Throwable cause)
已过时。
|
RemotingException(InetSocketAddress localAddress,
InetSocketAddress remoteAddress,
Throwable cause)
已过时。
|
public 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)
public RemotingException(Exception e)
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.