EntityNotFoundException ======================= .. java:package:: org.motechproject.mds.ex :noindex: .. java:type:: public class EntityNotFoundException extends MdsException The \ ``EntityNotFoundException``\ exception signals a situation in which an entity with a given id does not exist in database. Constructors ------------ EntityNotFoundException ^^^^^^^^^^^^^^^^^^^^^^^ .. java:constructor:: public EntityNotFoundException() :outertype: EntityNotFoundException Constructs a new EntityNotFoundException with \ *mds.error.entityNotFound*\ as a message key.