EntityAlreadyExistException

public class EntityAlreadyExistException extends MdsException

The EntityAlreadyExistException exception signals a situation in which a user wants to create a new entity with a name that already exists in database.

Constructors

EntityAlreadyExistException

public EntityAlreadyExistException(String entityName)

Constructs a new EntityAlreadyExistException with mds.error.entityAlreadyExist as a message key.