69
69
new IHM(controler, MyConnectView.this);
70
70
} catch (LoginException e1) {
71
71
MessageBoxes.ShowError("Connexion refused "+ e1.getMessage(), "Application error");
73
73
}catch (JAXBException e1) {
74
74
MessageBoxes.ShowError("Invalid data received from server", "Application error");
78
78
MessageBoxes.ShowError("Connexion refused"+ e1.getMessage(), "Application error");