mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +02:00
8236671: NullPointerException in JKS keystore
Reviewed-by: hchao, xuelei
This commit is contained in:
parent
e9370a13b6
commit
276a1bf767
3 changed files with 17 additions and 3 deletions
|
@ -293,7 +293,7 @@ public final class JceKeyStore extends KeyStoreSpi {
|
|||
}
|
||||
|
||||
} catch (Exception e) {
|
||||
throw new KeyStoreException(e.getMessage());
|
||||
throw new KeyStoreException(e.getMessage(), e);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue