We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1fe60f commit 57e983aCopy full SHA for 57e983a
test/src/com/rabbitmq/client/test/Bug19356Test.java
@@ -55,9 +55,9 @@ public void openConnection()
55
try {
56
connectionFactory.useSslProtocol();
57
} catch (NoSuchAlgorithmException ex) {
58
- throw new IOException(ex);
+ throw new IOException(ex.toString());
59
} catch (KeyManagementException ex) {
60
61
}
62
63
0 commit comments