SettingsException Constructor | 
          
| Name | Description | |
|---|---|---|
| SettingsException | 
            Constructs a SettingsException with Setting not found as the detailed error message.
              | |
| SettingsException(String) | 
            Constructs a SettingsException with message as the detailed error message.
              | |
| SettingsException(String, Exception) | 
            Constructs a SettingsException with the message as the detailed error message and 
            cause as the source of the exception.
              |