Searched refs:defaultMsg (Results 1 – 1 of 1) sorted by relevance
864 const char *defaultMsg = "Unknown Error"; in throwCryptoException() local870 defaultMsg = "Crypto key not available"; in throwCryptoException()874 defaultMsg = "License expired"; in throwCryptoException()878 defaultMsg = "Resource busy or unavailable"; in throwCryptoException()882 defaultMsg = "Required output protections are not active"; in throwCryptoException()886 defaultMsg = "Attempted to use a closed session"; in throwCryptoException()890 defaultMsg = "Operation not supported in this configuration"; in throwCryptoException()896 jstring msgObj = env->NewStringUTF(msg != NULL ? msg : defaultMsg); in throwCryptoException()