Hello!When underlying PCSC driver returns the error SCARD_E_NO_SMARTCARD, we should throw a more specialized exception of type CardNotPresentException.
Currently, the plain CardException is thrown, which makes some TCK tests unhappy.
BUGURL: https://bugs.openjdk.java.net/browse/JDK-6474807 WEBREV: http://cr.openjdk.java.net/~igerasim/6474807/00/webrev/ Would you please help review a simple fix? With kind regards, Ivan