Searched refs:initException (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/windows/classes/sun/security/smartcardio/
H A DPlatformPCSC.java35 static final Throwable initException; field in class:PlatformPCSC
42 initException = loadLibrary();
/openjdk7/jdk/src/solaris/classes/sun/security/smartcardio/
H A DPlatformPCSC.java47 static final Throwable initException; field in class:PlatformPCSC
60 initException = AccessController.doPrivileged(new PrivilegedAction<Throwable>() {
/openjdk7/jdk/src/share/classes/sun/security/smartcardio/
H A DPCSC.java47 if (initException != null) {
49 ("PC/SC not available on this platform", initException);

Completed in 22 milliseconds