Searched refs:defaultMsg (Results 1 – 1 of 1) sorted by relevance
849 const char *defaultMsg = "Unknown Error"; in throwCryptoException() local855 defaultMsg = "Crypto key not available"; in throwCryptoException()859 defaultMsg = "License expired"; in throwCryptoException()863 defaultMsg = "Resource busy or unavailable"; in throwCryptoException()867 defaultMsg = "Required output protections are not active"; in throwCryptoException()871 defaultMsg = "Attempted to use a closed session"; in throwCryptoException()875 defaultMsg = "Operation not supported in this configuration"; in throwCryptoException()881 jstring msgObj = env->NewStringUTF(msg != NULL ? msg : defaultMsg); in throwCryptoException()