author | mullan |
Tue, 07 Oct 2008 14:44:04 -0400 | |
changeset 1453 | d7e8bf374129 |
parent 1341 | 16ff0dbfd27e (current diff) |
parent 1452 | 6cd84bc82e68 (diff) |
child 1454 | d9b6f1de641f |
--- a/jdk/src/share/classes/sun/security/provider/certpath/BasicChecker.java Mon Oct 06 09:17:35 2008 -0700 +++ b/jdk/src/share/classes/sun/security/provider/certpath/BasicChecker.java Tue Oct 07 14:44:04 2008 -0400 @@ -162,7 +162,7 @@ throw new CertPathValidatorException (msg + " check failed", e, null, -1, BasicReason.INVALID_SIGNATURE); - } catch (GeneralSecurityException e) { + } catch (Exception e) { throw new CertPathValidatorException(msg + " check failed", e); }