Searched refs:message (Results 1 – 1 of 1) sorted by relevance
273 const char* message = jniStrError(errnum, buffer, sizeof(buffer)); in jniThrowIOException() local274 return jniThrowException(env, "java/io/IOException", message); in jniThrowIOException()