public class RemotingException extends Exception
ResponseFuture.get(),
ResponseFuture.get(int),
Endpoint.send(Object, boolean),
ExchangeChannel.request(Object),
ExchangeChannel.request(Object, int),
Transporter.bind(com.alibaba.dubbo.common.URL, ChannelHandler),
Transporter.connect(com.alibaba.dubbo.common.URL, ChannelHandler),
序列化表格| 构造器和说明 |
|---|
RemotingException(Channel channel,
String msg) |
RemotingException(Channel channel,
String message,
Throwable cause) |
RemotingException(Channel channel,
Throwable cause) |
RemotingException(InetSocketAddress localAddress,
InetSocketAddress remoteAddress,
String message) |
RemotingException(InetSocketAddress localAddress,
InetSocketAddress remoteAddress,
String message,
Throwable cause) |
RemotingException(InetSocketAddress localAddress,
InetSocketAddress remoteAddress,
Throwable cause) |
| 限定符和类型 | 方法和说明 |
|---|---|
InetSocketAddress |
getLocalAddress() |
InetSocketAddress |
getRemoteAddress() |
public RemotingException(InetSocketAddress localAddress, InetSocketAddress remoteAddress, String message)
public RemotingException(InetSocketAddress localAddress, InetSocketAddress remoteAddress, Throwable cause)
public RemotingException(InetSocketAddress localAddress, InetSocketAddress remoteAddress, String message, Throwable cause)
public InetSocketAddress getLocalAddress()
public InetSocketAddress getRemoteAddress()
Copyright © 2012–2017 Alibaba. All rights reserved.