1
0
Fork 0
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:
Florian Schmaus 2014-09-24 13:34:25 +02:00
parent 7219f4b90c
commit b81c00d340
2 changed files with 14 additions and 2 deletions

View file

@ -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;