log and throw exception [was: Re: svn commit: r656124 - /tomcat/trunk/java/org/apache/tomcat/util/net/jsse/JSSESocketFactory.java]

2008-05-14 Thread Mario Ivankovits
Hi! } catch (FileNotFoundException fnfe) { log.error(sm.getString(jsse.keystore_load_failed, type, path, -fnfe.getMessage())); +fnfe.getMessage()), fnfe); throw fnfe; } catch (IOException ioe) {

Re: log and throw exception [was: Re: svn commit: r656124 - /tomcat/trunk/java/org/apache/tomcat/util/net/jsse/JSSESocketFactory.java]

2008-05-14 Thread Mark Thomas
Mario Ivankovits wrote: Hi! } catch (FileNotFoundException fnfe) { log.error(sm.getString(jsse.keystore_load_failed, type, path, -fnfe.getMessage())); +fnfe.getMessage()), fnfe); throw fnfe; } catch (IOException