public class SettingsException
extends Exception
| Constructor and Description | 
|---|
| SettingsException()Constructs a  SettingsExceptionwithSetting not foundas the detailed error message. | 
| SettingsException(String message)Constructs a  SettingsExceptionwithmessageas the detailed error message. | 
| SettingsException(String message,
                 Throwable cause)Constructs a  SettingsExceptionwith themessageas the detailed error message andcauseas the source of the exception. | 
| SettingsException(Throwable cause)Constructs a  SettingsExceptionwithcauseas the source of the exception. | 
public SettingsException()
SettingsException with Setting not found as the detailed error message.public SettingsException(String message)
SettingsException with message as the detailed error message.message - the error message.public SettingsException(Throwable cause)
SettingsException with cause as the source of the exception.cause - the cause of the exceptionpublic SettingsException(String message,
                 Throwable cause)
SettingsException with the message as the detailed error message and
 cause as the source of the exception.message - the error message.cause - the cause of the exception
				© 2016 ZIH Corp. All Rights Reserved.