Searched defs:throwIOException (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dp11_util.c222 void throwIOException(JNIEnv *env, const char *message) function
/openjdk7/jdk/src/solaris/native/java/lang/
H A DUNIXProcess_md.c479 throwIOException(JNIEnv *env, int errnum, const char *defaultDetail) function
886 throwIOException(env, errno, "Bad file descriptor");
904 throwIOException(env, errno, START_CHILD_SYSTEM_CALL " failed");
914 throwIOException(env, errnum, "Exec failed");
917 throwIOException(env, errno, "Read failed");

Completed in 35 milliseconds