Searched defs:exceptionMsg (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dp11_util.c962 char *classNameString, *exceptionMsgPrefix, *exceptionMsg; local
1086 exceptionMsg = (char *)
1088 if (exceptionMsg == NULL) {
1093 strcpy(exceptionMsg, exceptionMsgPrefix);
1094 strcat(exceptionMsg, classNameString);
1096 throwPKCS11RuntimeException(env, exceptionMsg);
1097 free(exceptionMsg);

Completed in 398 milliseconds