Skip to content

Commit

Permalink
Improves exception message, when client fails to connect to a cluster.
Browse files Browse the repository at this point in the history
…Fixes hazelcast#11652.
  • Loading branch information
kwart committed Oct 23, 2017
1 parent 3e47444 commit 28f9e84
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -862,7 +862,7 @@ private void connectToClusterInternal() {
}
}
throw new IllegalStateException(
"Unable to connect to any address in the config!" + " The following addresses were tried: " + triedAddresses);
"Unable to connect to any address! The following addresses were tried: " + triedAddresses);
}

@Override
Expand Down

0 comments on commit 28f9e84

Please sign in to comment.