try {
ResultObject result = this.iTunesCom.callFunction("CreatePlaylistInSource", playlistName,
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);
}
}