Package org.jivesoftware.smack.util.rce
Class RemoteConnectionException<RCE extends RemoteConnectionEndpoint>
- java.lang.Object
-
- org.jivesoftware.smack.util.rce.RemoteConnectionException<RCE>
-
public final class RemoteConnectionException<RCE extends RemoteConnectionEndpoint> extends Object
-
-
Constructor Summary
Constructors Constructor Description RemoteConnectionException(RemoteConnectionEndpoint.InetSocketAddressCoupling<RCE> address, Exception exception)
RemoteConnectionException(RCE remoteConnectionEndpoint, InetAddress inetAddress, Exception exception)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static <SARCE extends SingleAddressRemoteConnectionEndpoint>
RemoteConnectionException<SARCE>from(SARCE remoteConnectionEndpoint, Exception exception)
RemoteConnectionEndpoint.InetSocketAddressCoupling<RCE>
getAddress()
String
getErrorMessage()
Exception
getException()
String
toString()
-
-
-
Constructor Detail
-
RemoteConnectionException
public RemoteConnectionException(RCE remoteConnectionEndpoint, InetAddress inetAddress, Exception exception)
-
RemoteConnectionException
public RemoteConnectionException(RemoteConnectionEndpoint.InetSocketAddressCoupling<RCE> address, Exception exception)
-
-
Method Detail
-
getAddress
public RemoteConnectionEndpoint.InetSocketAddressCoupling<RCE> getAddress()
-
getException
public Exception getException()
-
getErrorMessage
public String getErrorMessage()
-
from
public static <SARCE extends SingleAddressRemoteConnectionEndpoint> RemoteConnectionException<SARCE> from(SARCE remoteConnectionEndpoint, Exception exception)
-
-