< prev index next >

src/java.base/unix/native/libnet/net_util_md.h

Print this page
rev 14618 : 8158023: SocketExceptions contain too little information sometimes

@@ -51,12 +51,10 @@
 int NET_SocketAvailable(int s, jint *pbytes);
 
 void NET_ThrowUnknownHostExceptionWithGaiError(JNIEnv *env,
                                                const char* hostname,
                                                int gai_error);
-void NET_ThrowByNameWithLastError(JNIEnv *env, const char *name,
-                                  const char *defaultDetail);
 
 #define NET_WAIT_READ    0x01
 #define NET_WAIT_WRITE   0x02
 #define NET_WAIT_CONNECT 0x04
 
< prev index next >