public class SettingsException extends Exception
| Constructor and Description |
|---|
SettingsException()
Constructs a
SettingsException with Setting not found as the detailed error message. |
SettingsException(String message)
Constructs a
SettingsException with message as the detailed error message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic 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.
© 2015 ZIH Corp. All Rights Reserved.