Search in sources :

Example 1 with LoginFailedException

use of com.faforever.client.login.LoginFailedException in project downlords-faf-client by FAForever.

the class FafServerAccessorImpl method dispatchAuthenticationFailed.

private void dispatchAuthenticationFailed(AuthenticationFailedMessage message) {
    fafConnectionTask.cancel();
    loginFuture.completeExceptionally(new LoginFailedException(message.getText()));
    loginFuture = null;
}
Also used : LoginFailedException(com.faforever.client.login.LoginFailedException)

Aggregations

LoginFailedException (com.faforever.client.login.LoginFailedException)1