public class TransportException extends IOException
| Constructor and Description |
|---|
TransportException(InetSocketAddress localAddress,
InetSocketAddress remoteAddress,
String message) |
TransportException(InetSocketAddress localAddress,
InetSocketAddress remoteAddress,
String message,
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 TransportException(InetSocketAddress localAddress, InetSocketAddress remoteAddress, String message)
public TransportException(InetSocketAddress localAddress, InetSocketAddress remoteAddress, String message, Throwable cause)
public InetSocketAddress getLocalAddress()
public InetSocketAddress getRemoteAddress()
Copyright © 2020. All rights reserved.