fix broken build
authorfhanik <fhanik@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 15 May 2008 02:53:51 +0000 (02:53 +0000)
committerfhanik <fhanik@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 15 May 2008 02:53:51 +0000 (02:53 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@656494 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/tomcat/util/net/jsse/JSSESocketFactory.java

index e5079c9..31f6cc5 100644 (file)
@@ -332,7 +332,7 @@ public class JSSESocketFactory
             String msg = sm.getString("jsse.keystore_load_failed", type, path,
                     ex.getMessage());
             log.error(msg, ex);
-            throw new IOException(msg, ex);
+            throw new IOException(msg);
         } finally {
             if (istream != null) {
                 try {