Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IGNITE-10300 Fixed correct message in case of user/password retries e… #5425

Closed
wants to merge 2 commits into from

Conversation

voropava
Copy link
Contributor

…xceeded.

else
else {
if (tryConnectMaxCount == 0)
throw new GridClientException("Authentication error, max retries exceeded");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is better to use more specific GridClientAuthenticationException here.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

@voropava voropava closed this Dec 10, 2018
@voropava voropava reopened this Dec 10, 2018
@asfgit asfgit closed this in ed9c137 Dec 11, 2018
voropava added a commit to gridgain/apache-ignite that referenced this pull request Dec 12, 2018
…es - Fixes apache#5425.

Signed-off-by: Alexey Goncharuk <alexey.goncharuk@gmail.com>

(cherry picked from commit ed9c137)
voropava added a commit to gridgain/apache-ignite that referenced this pull request Dec 12, 2018
…es - Fixes apache#5425.

Signed-off-by: Alexey Goncharuk <alexey.goncharuk@gmail.com>

(cherry picked from commit ed9c137)
voropava added a commit to gridgain/apache-ignite that referenced this pull request Dec 12, 2018
…es - Fixes apache#5425.

Signed-off-by: Alexey Goncharuk <alexey.goncharuk@gmail.com>

(cherry picked from commit ed9c137)
voropava added a commit to gridgain/apache-ignite that referenced this pull request Dec 12, 2018
…es - Fixes apache#5425.

Signed-off-by: Alexey Goncharuk <alexey.goncharuk@gmail.com>

(cherry picked from commit ed9c137)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants