EntityCreationException ======================= .. java:package:: org.motechproject.mds.ex :noindex: .. java:type:: public class EntityCreationException extends MdsException The \ ``EntityCreationException``\ exception signals a situation when there were problems with creating new entity class. Constructors ------------ EntityCreationException ^^^^^^^^^^^^^^^^^^^^^^^ .. java:constructor:: public EntityCreationException(Throwable cause) :outertype: EntityCreationException Constructs a new EntityCreationException with \ *mds.error.entityBuilderFailure*\ as a message key. :param cause: the cause of exception. EntityCreationException ^^^^^^^^^^^^^^^^^^^^^^^ .. java:constructor:: public EntityCreationException(String messageKey) :outertype: EntityCreationException