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),
Serialized Form| Constructor and Description |
|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
InetSocketAddress |
getLocalAddress() |
InetSocketAddress |
getRemoteAddress() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic 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 © 2011–2020 The Apache Software Foundation. All rights reserved.