Searched refs:KEY_EXCEPTION (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/windows/native/sun/security/mscapi/
H A Dsecurity.cpp45 #define KEY_EXCEPTION "java/security/KeyException" macro
734 ThrowException(env, KEY_EXCEPTION, GetLastError());
746 ThrowException(env, KEY_EXCEPTION, GetLastError());
1317 ThrowException(env, KEY_EXCEPTION, GetLastError());
1350 ThrowException(env, KEY_EXCEPTION, GetLastError());
1387 ThrowException(env, KEY_EXCEPTION, GetLastError());
1427 ThrowException(env, KEY_EXCEPTION, GetLastError());
1450 ThrowException(env, KEY_EXCEPTION, GetLastError());
1489 ThrowException(env, KEY_EXCEPTION, GetLastError());
1499 ThrowException(env, KEY_EXCEPTION, GetLastErro
[all...]
/openjdk7/jdk/src/share/native/sun/security/ec/
H A DECC_JNI.cpp34 #define KEY_EXCEPTION "java/security/KeyException" macro
104 ThrowException(env, KEY_EXCEPTION);
224 ThrowException(env, KEY_EXCEPTION);

Completed in 47 milliseconds