jdk/src/share/classes/java/text/BreakDictionary.java
changeset 10419 12c063b39232
parent 5506 202f599c92aa
child 12848 da701d422d2c
equal deleted inserted replaced
10418:1d57022fdb6e 10419:12c063b39232
   152                     }
   152                     }
   153                 }
   153                 }
   154             );
   154             );
   155         }
   155         }
   156         catch (PrivilegedActionException e) {
   156         catch (PrivilegedActionException e) {
   157             throw new InternalError(e.toString());
   157             throw new InternalError(e.toString(), e);
   158         }
   158         }
   159 
   159 
   160         byte[] buf = new byte[8];
   160         byte[] buf = new byte[8];
   161         if (in.read(buf) != 8) {
   161         if (in.read(buf) != 8) {
   162             throw new MissingResourceException("Wrong data length",
   162             throw new MissingResourceException("Wrong data length",