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

/openjdk7/jdk/test/java/io/File/createTempFile/
H A DSpecialTempFile.java44 final String exceptionMsg = "Unable to create temporary file";
56 if (exceptionMsg.equals(e.getMessage()))
/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 42 milliseconds