catch (IOException ex) {
problem = "Cannot open connection to the URL : " + fTargetURL;
}
stopwatch.stop();
if( stopwatch.toValue() > fTimeout * 1000) {
problem = problem + "Response took too long : " + stopwatch;
}
if( Util.textHasContent(problem) ) {
mailTroubleTicket(problem);