mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8214100: use of keystore probing results in unnecessary exception thrown
Reviewed-by: mullan
This commit is contained in:
parent
52664cb14a
commit
b1c4b461f1
4 changed files with 293 additions and 21 deletions
|
@ -1813,8 +1813,8 @@ public class KeyStore {
|
|||
}
|
||||
}
|
||||
|
||||
throw new KeyStoreException("Unrecognized keystore format: " +
|
||||
keystore);
|
||||
throw new KeyStoreException("This keystore does not support probing "
|
||||
+ "and must be loaded with a specified type");
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue