72737475767778798081
*/ public void setURL(String url) throws TrackReadOnly { try { this.itTrack.setURL(url); } catch (TrackLockedException e) { throw new TrackReadOnly(this); } catch (TrackDeletedException e) { throw new ITObjectDeletedError(this); } }