Re: [tools] HARMONY-598 (Keytool - added keystore loading, keytool-specific exception type, misc.)

2006-06-15 Thread Anton Rusanov
Mikhail, the user working with Keytool may need to know what operation of Keytool failed and the cause of the failure. The messages in IOException, CertificateException and others are API or provider specific and therefore are not so useful for the user. In exceptions thrown by me I set the

Re: [tools] HARMONY-598 (Keytool - added keystore loading, keytool-specific exception type, misc.)

2006-06-15 Thread Mikhail Loenko
Ok, I see 2006/6/15, Anton Rusanov [EMAIL PROTECTED]: Mikhail, the user working with Keytool may need to know what operation of Keytool failed and the cause of the failure. The messages in IOException, CertificateException and others are API or provider specific and therefore are not so useful

[tools] HARMONY-598 (Keytool - added keystore loading, keytool-specific exception type, misc.)

2006-06-13 Thread Mikhail Loenko
Hi Anton Sorry I'm not a guru in keytools but why catch exceptions and resend them? +try { +// try to load the keystore +keyStore.load(fis, storePass); +} catch (NoSuchAlgorithmException e) { +throw new NoSuchAlgorithmException( +