MotechConfigurationException ============================ .. java:package:: org.motechproject.config.core :noindex: .. java:type:: public class MotechConfigurationException extends RuntimeException The object of this class is thrown when there is a problem with reading the configuration from the predefined sources. Constructors ------------ MotechConfigurationException ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. java:constructor:: public MotechConfigurationException(String message, Exception exception) :outertype: MotechConfigurationException :param message: A descriptive message explaining the nature of the problem resulted in exception :param exception: Actual exception (if any) that this exception resulted from MotechConfigurationException ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. java:constructor:: public MotechConfigurationException(String message) :outertype: MotechConfigurationException