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