Ignore:
Timestamp:
Mar 27, 2011, 1:05:29 PM (13 years ago)
Author:
mlg
Message:

Integrates new changes in jiwigo-ws-api
(Exception management)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/jiwigo/trunk/src/main/java/fr/mael/jiwigo/ui/mainframe/CategoriesTree.java

    r9431 r9894  
    244244                    } catch (ProxyAuthenticationException e) {
    245245                        LOG.error(Tools.getStackTrace(e));
     246                    } catch (Exception e) {
     247                        LOG.error(Tools.getStackTrace(e));
    246248                    }
    247249                } else {
     
    258260                    } catch (ProxyAuthenticationException e) {
    259261                        LOG.error(Tools.getStackTrace(e));
     262                    } catch (Exception e) {
     263                        LOG.error(Tools.getStackTrace(e));
    260264                    }
    261265                }
Note: See TracChangeset for help on using the changeset viewer.