143144145146147148149150151152153154155156157158159160161
return mDestinationFile; } catch (ServerException e) { throw new TransferFailedException(e); } catch (ClientException e) { throw new TransferFailedException(e); } catch (IOException e) { throw new TransferFailedException(e); } finally { try {