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 java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description RemoteConnectionException(RemoteConnectionEndpoint.InetSocketAddressCoupling<RCE> address, java.lang.Exception exception)RemoteConnectionException(RCE remoteConnectionEndpoint, java.net.InetAddress inetAddress, java.lang.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, java.lang.Exception exception)RemoteConnectionEndpoint.InetSocketAddressCoupling<RCE>getAddress()java.lang.StringgetErrorMessage()java.lang.ExceptiongetException()java.lang.StringtoString()
-
-
-
Constructor Detail
-
RemoteConnectionException
public RemoteConnectionException(RCE remoteConnectionEndpoint, java.net.InetAddress inetAddress, java.lang.Exception exception)
-
RemoteConnectionException
public RemoteConnectionException(RemoteConnectionEndpoint.InetSocketAddressCoupling<RCE> address, java.lang.Exception exception)
-
-
Method Detail
-
getAddress
public RemoteConnectionEndpoint.InetSocketAddressCoupling<RCE> getAddress()
-
getException
public java.lang.Exception getException()
-
getErrorMessage
public java.lang.String getErrorMessage()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
from
public static <SARCE extends SingleAddressRemoteConnectionEndpoint> RemoteConnectionException<SARCE> from(SARCE remoteConnectionEndpoint, java.lang.Exception exception)
-
-