Package org.jivesoftware.smack.util.rce
Class RemoteConnectionException<RCE extends RemoteConnectionEndpoint>
java.lang.Object
org.jivesoftware.smack.util.rce.RemoteConnectionException<RCE>
- 
Constructor Summary
ConstructorsConstructorDescriptionRemoteConnectionException(RemoteConnectionEndpoint.InetSocketAddressCoupling<RCE> address, Exception exception) RemoteConnectionException(RCE remoteConnectionEndpoint, InetAddress inetAddress, Exception exception)  - 
Method Summary
Modifier and TypeMethodDescriptionstatic <SARCE extends SingleAddressRemoteConnectionEndpoint>
RemoteConnectionException<SARCE>toString() 
- 
Constructor Details
- 
RemoteConnectionException
public RemoteConnectionException(RCE remoteConnectionEndpoint, InetAddress inetAddress, Exception exception)  - 
RemoteConnectionException
public RemoteConnectionException(RemoteConnectionEndpoint.InetSocketAddressCoupling<RCE> address, Exception exception)  
 - 
 - 
Method Details
- 
getAddress
 - 
getException
 - 
getErrorMessage
 - 
toString
 - 
from
public static <SARCE extends SingleAddressRemoteConnectionEndpoint> RemoteConnectionException<SARCE> from(SARCE remoteConnectionEndpoint, Exception exception)  
 -