-
Bug
-
Resolution: Fixed
-
P4
-
9
-
b139
-
Not verified
The Windows native coding of libnet implements and uses a function called NET_ThrowSocketException to create a SocketException in 3 places. Because there's quite a few functions that create all kinds of exceptions in libnet/libjava this should be consolidated to using JNU_ThrowByName as the unix implementation already does in the same places.