Searched refs:jniThrowExceptionWithErrno (Results 1 – 2 of 2) sorted by relevance
22 void jniThrowExceptionWithErrno(JNIEnv* env, const char* exceptionClassName, int error) { in jniThrowExceptionWithErrno() function32 jniThrowExceptionWithErrno(env, "java/net/SocketException", error); in jniThrowSocketException()
22 void jniThrowExceptionWithErrno(JNIEnv* env, const char* exceptionClassName, int error);