You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fx-dev@ws.apache.org by we...@apache.org on 2005/11/17 15:45:12 UTC

svn commit: r345251 - /webservices/wss4j/trunk/src/org/apache/ws/security/components/crypto/CryptoFactory.java

Author: werner
Date: Thu Nov 17 06:45:08 2005
New Revision: 345251

URL: http://svn.apache.org/viewcvs?rev=345251&view=rev
Log:
revert previous change to be JDK 1.3 compliant.

Modified:
    webservices/wss4j/trunk/src/org/apache/ws/security/components/crypto/CryptoFactory.java

Modified: webservices/wss4j/trunk/src/org/apache/ws/security/components/crypto/CryptoFactory.java
URL: http://svn.apache.org/viewcvs/webservices/wss4j/trunk/src/org/apache/ws/security/components/crypto/CryptoFactory.java?rev=345251&r1=345250&r2=345251&view=diff
==============================================================================
--- webservices/wss4j/trunk/src/org/apache/ws/security/components/crypto/CryptoFactory.java (original)
+++ webservices/wss4j/trunk/src/org/apache/ws/security/components/crypto/CryptoFactory.java Thu Nov 17 06:45:08 2005
@@ -152,7 +152,7 @@
         } catch (java.lang.Exception e) {
             e.printStackTrace();
             log.error("Unable to instantiate (2): " + cryptoClassName, e);
-            throw new RuntimeException(cryptoClassName + " cannot create instance", e);
+            throw new RuntimeException(cryptoClassName + " cannot create instance");
         }
     }
     /**



---------------------------------------------------------------------
To unsubscribe, e-mail: wss4j-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: wss4j-dev-help@ws.apache.org