src/share/classes/java/security/Security.java

Print this page

        

@@ -676,11 +676,11 @@
         try {
             clazz = Class.forName("java.security." + type + "Spi");
             spiMap.put(type, clazz);
             return clazz;
         } catch (ClassNotFoundException e) {
-            throw (Error)new AssertionError("Spi class not found").initCause(e);
+            throw new AssertionError("Spi class not found", e);
         }
     }
 
     /*
      * Returns an array of objects: the first object in the array is