A Front End to Various Search
Engines: Code (Continued)
private void reportProblem(HttpServletResponse response,
String message)
throws IOException {
response.sendError(response.SC_NOT_FOUND,
"" + message + "
");
}
55
Servlets
www.corewebprogramming.com
Front End to Search Engines:
Result of Legal Request
56
Servlets
www.corewebprogramming.com
28