src/win32/native/java/net/net_util_md.c's NET_ThrowNew is good about translating
Winsock error numbers to text, but it doesn't cover all the error numbers
encountered in the real world. It should provide a general clue for some others
such as WSAENETUNREACH (10051) "Network is unreachable". The full list, I am
told, is available at http://www.sockets.com/err_lst1.htm
Winsock error numbers to text, but it doesn't cover all the error numbers
encountered in the real world. It should provide a general clue for some others
such as WSAENETUNREACH (10051) "Network is unreachable". The full list, I am
told, is available at http://www.sockets.com/err_lst1.htm
- duplicates
-
JDK-4208004 SocketException should contain more detailed info
-
- Closed
-