386387388389390391392393
source.getDispatchObject()); return ITPlaylistImpl.newIITPlaylist(result.getDispatch()); } catch (ITUNES_E_OBJECTDELETED e) { throw new ObjectDeletedException(source); } catch (ITUNES_E_OBJECTLOCKED e) { throw new ObjectLockedException(source); } }
425426427428429430431432
103104105106107108109110
try { this.iTunesCom.setProperty("Name", name); } catch (ITUNES_E_OBJECTDELETED e) { throw new ObjectDeletedException(this); }catch (ITUNES_E_OBJECTLOCKED e) { throw new ObjectLockedException(this); } }