RFR: JDK-8296226: Add constructors (String,Throwable) and (Throwable) to InvalidParameterException [v2]
Matthias Baesken
mbaesken at openjdk.org
Fri Nov 4 08:46:32 UTC 2022
On Thu, 3 Nov 2022 14:26:52 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:
>> This change adds constructors (String,Throwable) and (Throwable) to InvalidParameterException and uses them at a few places in the jdk coding.
>
> Matthias Baesken has updated the pull request incrementally with one additional commit since the last revision:
>
> Adjust javadoc of the added InvalidParameterException constructors
Hi Sean, I adjusted the javadoc and the exceptions mentioned.
Also added InvalidParameterException to the ChainingConstructors test.
(btw the whole ChainingConstructors test coding looks a bit bloated but that is maybe for another PR)
-------------
PR: https://git.openjdk.org/jdk/pull/10966
More information about the security-dev
mailing list