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