void throwIOException()

in src/main/c/org_apache_activemq_artemis_nativo_jlibaio_LibaioContext.c [242:244]


void throwIOException(JNIEnv* env, char* message) {
    (*env)->ThrowNew(env, ioExceptionClass, message);
}