~wattazoum/livrezmoi/projectdeposit

« back to all changes in this revision

Viewing changes to Client/src/client/ihm/view/MyConnectView.java

  • Committer: wattazoum
  • Date: 2009-05-24 03:18:19 UTC
  • mfrom: (36.1.2 ProjectDeposit)
  • Revision ID: wattazoum-20090524031819-w2evew2b3qwzl1vx
merge with main

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
                                                new IHM(controler, MyConnectView.this);
70
70
                                        } catch (LoginException e1) {
71
71
                                                MessageBoxes.ShowError("Connexion refused "+ e1.getMessage(), "Application error");
72
 
                                                e1.printStackTrace();
 
72
                                                logger.error("Connection refused !",e1);
73
73
                                        }catch (JAXBException e1) {
74
74
                                                MessageBoxes.ShowError("Invalid data received from server", "Application error");
75
 
                                                e1.printStackTrace();
 
75
                                                logger.error("Connection refused !",e1);
76
76
                                        } 
77
77
                                        catch (Exception e1) {
78
78
                                                MessageBoxes.ShowError("Connexion refused"+ e1.getMessage(), "Application error");
79
 
                                                e1.printStackTrace();
 
79
                                                logger.error("Connection refused !",e1);
80
80
                                        }                                       
81
81
                                }
82
82
                        }