jdk/src/share/classes/java/util/TimeZone.java
changeset 10419 12c063b39232
parent 8521 ab64b8d109b8
child 11902 a94ba35d9c4a
--- a/jdk/src/share/classes/java/util/TimeZone.java	Tue Aug 30 14:41:12 2011 +0100
+++ b/jdk/src/share/classes/java/util/TimeZone.java	Tue Aug 30 11:53:11 2011 -0700
@@ -739,7 +739,7 @@
             other.ID = ID;
             return other;
         } catch (CloneNotSupportedException e) {
-            throw new InternalError();
+            throw new InternalError(e);
         }
     }