public class SettingsException extends RuntimeException
RuntimeException
indicating a problem with an operation
from, most likely, a Settings
instance.Settings
,
Serialized FormConstructor 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, toString
public SettingsException()
SettingsException
.public SettingsException(String message)
SettingsException
.message
- a detail message; may be null
public SettingsException(Throwable cause)
SettingsException
.cause
- the Throwable
causing this SettingsException
to be constructed; may be null
public SettingsException(String message, Throwable cause)
SettingsException
.message
- a detail message; may be null
cause
- the Throwable
causing this SettingsException
to be constructed; may be null
Copyright © 2019–2020, microBean™. All rights reserved.