Searched refs:gaiExceptionClass (Results 1 – 1 of 1) sorted by relevance
269 jclass gaiExceptionClass = JniConstants::GetGaiExceptionClass(env); in throwGaiException() local271 static jmethodID ctor3 = env->GetMethodID(gaiExceptionClass, "<init>", in throwGaiException()273 static jmethodID ctor2 = env->GetMethodID(gaiExceptionClass, "<init>", in throwGaiException()284 throwException(env, gaiExceptionClass, ctor3, ctor2, functionName, error); in throwGaiException()