src/java.base/share/classes/sun/security/x509/X509Key.java
changeset 48080 18a4438eb690
parent 47216 71c04702a3d5
child 57950 4612a3cfb927
child 58678 9cf78a70fa4f
equal deleted inserted replaced
48079:eaa406097d93 48080:18a4438eb690
   390             parseKeyBits();
   390             parseKeyBits();
   391             if (val.data.available() != 0)
   391             if (val.data.available() != 0)
   392                 throw new InvalidKeyException ("excess key data");
   392                 throw new InvalidKeyException ("excess key data");
   393 
   393 
   394         } catch (IOException e) {
   394         } catch (IOException e) {
   395             // e.printStackTrace ();
       
   396             throw new InvalidKeyException("IOException: " +
   395             throw new InvalidKeyException("IOException: " +
   397                                           e.getMessage());
   396                                           e.getMessage());
   398         }
   397         }
   399     }
   398     }
   400 
   399