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
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
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