Re: RFR: 8296408: Make the PCSCException public accessible

2022-11-17 Thread Johannes Waigel
On Mon, 7 Nov 2022 05:55:18 GMT, Johannes Waigel wrote: > The `PCSCException` is thrown, but the error type is not visible due to the > "private-packe" access rule. > By changing the visibility it is possible to handle / access this exception > type explicitly in th

Re: RFR: 8296408: Make the PCSCException public accessible

2022-11-16 Thread Johannes Waigel
On Sun, 13 Nov 2022 19:41:52 GMT, Andrey Turbanov wrote: >> The `PCSCException` is thrown, but the error type is not visible due to the >> "private-packe" access rule. >> By changing the visibility it is possible to handle / access this exception >> type explicitly in the catch. > > src/java.sm

RFR: 8296408: Make the PCSCException public accessible

2022-11-16 Thread Johannes Waigel
The `PCSCException` is thrown, but the error type is not visible due to the "private-packe" access rule. By changing the visibility it is possible to handle / access this exception type explicitly in the catch. - Commit messages: - 8296408: Make the PCSCException public accessible