MotechConfigurationException

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

public MotechConfigurationException(String message, Exception exception)
Parameters:
  • message – A descriptive message explaining the nature of the problem resulted in exception
  • exception – Actual exception (if any) that this exception resulted from

MotechConfigurationException

public MotechConfigurationException(String message)