History log of /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/SyncException.java
Revision Date Author Comments
ebce90426a4bbb29a2829d138638d4f8e877f1f1 23-Jun-2011 Brett Chabot <brettchabot@android.com> pullFile exception handling.

Make SyncService.pullFile throw SyncException instead of IOException
if it cannot write to local file.

Bug 4600585

Change-Id: Ic3ab9fd7d1a05280ee14a310b9c8053371bb4e37
5398fd55f42a420e0b12cf8c7a8046bd5ff53f43 15-Apr-2011 Brett Chabot <brettchabot@android.com> Throw SyncException if local file is not found instead of FileNotFoundException.

Bug 16159

Change-Id: I13903487786b61398553a69ad09220defa78d588
9db3286c710abeb2c9478c2f95657d945a55d176 21-Jul-2010 Xavier Ducrohet <xav@android.com> Update the ddmlib api for push/pull/install

The API now throws SyncException instead of returning SyncResult.

The IDevice API to install/uninstall now returns a single
InstallException that encapsulate all the other ddmlib
exception.

Also, the recently added exceptions now don't extend IOException
anymore.

Change-Id: Ib334c4157a6add1882233dfaaa032aea1910eede