public class RemotingException extends Exception
| 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.