*/
public void setDescription(String description) throws ObjectReadOnly {
try {
this.itArtwork.setDescription(description);
} catch (ArtworkDeletedException e) {
throw new ITObjectDeletedError(this);
} catch (TrackLockedException e) {
throw new TrackReadOnly(this.track);
}
}