jdk/src/share/classes/java/util/ResourceBundle.java
changeset 10419 12c063b39232
parent 9224 75c0420badef
child 11130 c7093e306a34
--- a/jdk/src/share/classes/java/util/ResourceBundle.java	Tue Aug 30 14:41:12 2011 +0100
+++ b/jdk/src/share/classes/java/util/ResourceBundle.java	Tue Aug 30 11:53:11 2011 -0700
@@ -614,7 +614,7 @@
                 return clone;
             } catch (CloneNotSupportedException e) {
                 //this should never happen
-                throw new InternalError();
+                throw new InternalError(e);
             }
         }