public class SettingsException extends RuntimeException
RuntimeException indicating a problem with an operation
from, most likely, a Settings instance.Settings,
Serialized Form| Constructor and Description |
|---|
SettingsException()
Creates a new
SettingsException. |
SettingsException(String message)
Creates a new
SettingsException. |
SettingsException(String message,
Throwable cause)
Creates a new
SettingsException. |
SettingsException(Throwable cause)
Creates a new
SettingsException. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SettingsException()
SettingsException.public SettingsException(String message)
SettingsException.message - a detail message; may be nullpublic SettingsException(Throwable cause)
SettingsException.cause - the Throwable causing this SettingsException to be constructed; may be nullpublic SettingsException(String message, Throwable cause)
SettingsException.message - a detail message; may be nullcause - the Throwable causing this SettingsException to be constructed; may be nullCopyright © 2019–2020, microBean™. All rights reserved.