EntityReadOnlyException

public class EntityReadOnlyException extends MdsException

The EntityReadOnlyException exception signals a situation in which a user wants to make changes on an entity which is read only (it was created by a module).

Constructors

EntityReadOnlyException

public EntityReadOnlyException(String entityName)

Constructs a new EntityReadOnlyException with mds.error.entityIsReadOnly as a message key.

Parameters:
  • entityName – name of the entity