EntityAlreadyExistException =========================== .. java:package:: org.motechproject.mds.ex :noindex: .. java:type:: 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 exist in database. Constructors ------------ EntityAlreadyExistException ^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. java:constructor:: public EntityAlreadyExistException() :outertype: EntityAlreadyExistException Constructs a new EntityAlreadyExistException with \ *mds.error.entityAlreadyExist*\ as a message key.