try {
this.iTunesCom.setProperty("Bottom", bottom);
} catch (ITUNES_E_OBJECTDELETED e) {
throw new WindowDeletedException(this);
} catch (ITUNES_E_OBJECTLOCKED e) {
throw new WindowException("Window is maximized, or is not a browser or playlist window.");
}
}