mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-22 14:22:05 +01:00
Fix javadoc of ConnectionException
Related to SMACK-711.
This commit is contained in:
parent
8997a7d8f3
commit
2539c10246
1 changed files with 1 additions and 1 deletions
|
@ -244,7 +244,7 @@ public class SmackException extends Exception {
|
||||||
* ConnectionException is thrown if Smack is unable to connect to all hosts of a given XMPP
|
* ConnectionException is thrown if Smack is unable to connect to all hosts of a given XMPP
|
||||||
* service. The failed hosts can be retrieved with
|
* service. The failed hosts can be retrieved with
|
||||||
* {@link ConnectionException#getFailedAddresses()}, which will have the exception causing the
|
* {@link ConnectionException#getFailedAddresses()}, which will have the exception causing the
|
||||||
* connection failure set and retrievable with {@link HostAddress#getException()}.
|
* connection failure set and retrievable with {@link HostAddress#getExceptions()}.
|
||||||
*/
|
*/
|
||||||
public static class ConnectionException extends SmackException {
|
public static class ConnectionException extends SmackException {
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue