>FromYourCode();

Source code quote in Java58

 May 02, 2013 pm31 12:25
catch (SocketTimeoutException e)
{
	listeAffichage = null;
	return_code = 0;
}
catch (ConnectTimeoutException e)
{
	listeAffichage = null;
	return_code = 0;
}
catch (UnknownHostException e)
{
	listeAffichage = null;
	return_code = 0;
}

Check similar quotes

Share this quote