189190191192193194195196197198199
} throw new IOException(source + " download timeout from " + getHost()); } } try { get.join(GET_JOIN_MAX_TIME); } catch (InterruptedException e) { if (to.exists()) { to.delete(); } return;
153154155156157158159160161162163
} throw new IOException(source + " download timeout from " + getHost()); } } try { get.join(100); } catch (InterruptedException e) { if (to.exists()) { to.delete(); } return;
152153154155156157158159160161162
to.delete(); throw new IOException(source + " download timeout from " + getHost()); } } try { get.join(100); } catch (InterruptedException e) { if (to.exists()) to.delete(); return; }
if (to.exists()) to.delete(); throw new IOException(source+" download timeout from "+getHost()); } } try { get.join(100); } catch (InterruptedException e) { if (to.exists()) to.delete(); return; } }
188189190191192193194195196197198