Class java.net.SocketException (1.0)


public class SocketException extends IOException {
  // Public Constructors
    public SocketException(String msg);
    public SocketException( );  // Empty
}