public final class RemoteConnectionException<RCE extends RemoteConnectionEndpoint>
extends java.lang.Object
| Constructor and Description |
|---|
RemoteConnectionException(RCE remoteConnectionEndpoint,
java.net.InetAddress inetAddress,
java.lang.Exception exception) |
RemoteConnectionException(RemoteConnectionEndpoint.InetSocketAddressCoupling<RCE> address,
java.lang.Exception exception) |
| Modifier and Type | Method and Description |
|---|---|
static <SARCE extends SingleAddressRemoteConnectionEndpoint> |
from(SARCE remoteConnectionEndpoint,
java.lang.Exception exception) |
RemoteConnectionEndpoint.InetSocketAddressCoupling<RCE> |
getAddress() |
java.lang.String |
getErrorMessage() |
java.lang.Exception |
getException() |
java.lang.String |
toString() |
public RemoteConnectionException(RCE remoteConnectionEndpoint, java.net.InetAddress inetAddress, java.lang.Exception exception)
public RemoteConnectionException(RemoteConnectionEndpoint.InetSocketAddressCoupling<RCE> address, java.lang.Exception exception)
public RemoteConnectionEndpoint.InetSocketAddressCoupling<RCE> getAddress()
public java.lang.Exception getException()
public java.lang.String getErrorMessage()
public java.lang.String toString()
toString in class java.lang.Objectpublic static <SARCE extends SingleAddressRemoteConnectionEndpoint> RemoteConnectionException<SARCE> from(SARCE remoteConnectionEndpoint, java.lang.Exception exception)