340341342343344345346347348
public void gotoMusicStoreHomePage() throws MusicStoreDisalbedException { try { this.iTunesCom.callProcedure("GotoMusicStoreHomePage"); } catch (ITUNES_E_MUSICSTOREDISABLED e) { throw new MusicStoreDisalbedException(); } }
338339340341342343344345346