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. |
SettingsException(String message,
Throwable cause)
Constructs a
SettingsException with the message as the detailed error message and
cause as the source of the exception. |
SettingsException(Throwable cause)
Constructs a
SettingsException with cause as the source of the exception. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
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 exception
© 2016 ZIH Corp. All Rights Reserved.