public class RemotingException extends Exception
| 构造器和说明 |
|---|
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 © 2011–2018 The Apache Software Foundation. All rights reserved.