public final class SettingsException extends RuntimeException
SettingsManager,
Serialized Form| Constructor and Description |
|---|
SettingsException()
Constructs a new
SettingsException with null as its detail message. |
SettingsException(String message)
Constructs a new
SettingsException with the specified detail message. |
SettingsException(String message,
Throwable cause)
Constructs a new
SettingsException with the specified detail message and cause. |
SettingsException(Throwable cause)
Constructs a new
SettingsException with the specified cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SettingsException()
SettingsException with null as its detail message.public SettingsException(String message)
SettingsException with the specified detail message.message - exception messagepublic SettingsException(String message, Throwable cause)
SettingsException with the specified detail message and cause.message - exception messagecause - Throwable causepublic SettingsException(Throwable cause)
SettingsException with the specified cause.cause - Throwable causeCopyright © 2020. All rights reserved.