1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-09 17:19:39 +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;