Class SmackException.EndpointConnectionException

All Implemented Interfaces:
Serializable
Enclosing class:
SmackException

This exception is thrown if Smack is unable to connect to all hosts of a given XMPP service. The connection exceptions can be retrieved with getConnectionExceptions(), which will have the exception causing the connection failure set and retrievable with RemoteConnectionException.getException().
See Also: