Packages This Package Prev Next Index
public class java.net.SocketException extends java.io.IOException (I-§2.29) { // Constructors public SocketException(); §4.17.1 public SocketException(String msg); §4.17.2 }Thrown to indicate that some error occurred while attempting to use a socket.
public SocketException()
public SocketException(String msg)
msg
-
the detail message
Packages This Package Prev Next IndexJava API Document (HTML generated by dkramer on April 22, 1996)