类 RemotingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.dubbo.remoting.RemotingException
-
- com.alibaba.dubbo.remoting.RemotingException
-
- 所有已实现的接口:
Serializable
@Deprecated public class RemotingException extends org.apache.dubbo.remoting.RemotingException
已过时。- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 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)已过时。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
public RemotingException(org.apache.dubbo.remoting.Channel channel, String msg)已过时。
-
RemotingException
public RemotingException(InetSocketAddress localAddress, InetSocketAddress remoteAddress, String message)
已过时。
-
RemotingException
public RemotingException(org.apache.dubbo.remoting.Channel channel, Throwable cause)已过时。
-
RemotingException
public RemotingException(InetSocketAddress localAddress, InetSocketAddress remoteAddress, Throwable cause)
已过时。
-
RemotingException
public RemotingException(org.apache.dubbo.remoting.Channel channel, String message, Throwable cause)已过时。
-
RemotingException
public RemotingException(InetSocketAddress localAddress, InetSocketAddress remoteAddress, String message, Throwable cause)
已过时。
-
RemotingException
public RemotingException(Exception e)
已过时。
-
-