change throw_notimpl to throw_error

This commit is contained in:
Doug MacEachern 2004-08-14 04:26:42 +00:00
parent f2150b270e
commit c4153d2485
1 changed files with 1 additions and 1 deletions

View File

@ -1124,6 +1124,6 @@ JNIEXPORT jlong SIGAR_JNI(Sigar_getServicePid)
return pid;
#else
sigar_throw_notimpl(env, "Win32 only");
sigar_throw_error(env, jsigar, SIGAR_ENOTIMPL);
#endif
}