mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2025-09-09 18:29:45 +02:00
Add message String to ConnectionException
This commit is contained in:
parent
7219f4b90c
commit
b81c00d340
2 changed files with 14 additions and 2 deletions
|
@ -592,7 +592,7 @@ public class XMPPTCPConnection extends AbstractXMPPConnection {
|
|||
// There are no more host addresses to try
|
||||
// throw an exception and report all tried
|
||||
// HostAddresses in the exception
|
||||
throw new ConnectionException(failedAddresses);
|
||||
throw ConnectionException.from(failedAddresses);
|
||||
}
|
||||
}
|
||||
socketClosed = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue