Home
last modified time | relevance | path

Searched refs:gaiExceptionClass (Results 1 – 1 of 1) sorted by relevance

/libcore/luni/src/main/native/
Dlibcore_io_Linux.cpp269 jclass gaiExceptionClass = JniConstants::GetGaiExceptionClass(env); in throwGaiException() local
271 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()