Searched refs:exceptionMsgPrefix (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
1085 exceptionMsgPrefix = "Java object of this class cannot be converted to native PKCS#11 type: ";
1087 malloc((strlen(exceptionMsgPrefix) + strlen(classNameString) + 1));
1093 strcpy(exceptionMsg, exceptionMsgPrefix);

Completed in 1424 milliseconds