Package de.bsvrz.dav.daf.main.config
Class ConfigurationChangeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.bsvrz.dav.daf.main.config.ConfigurationTaskException
de.bsvrz.dav.daf.main.config.ConfigurationChangeException
- All Implemented Interfaces:
Serializable
Konfigurationsausnahmen signalisieren Fehler bei Konfigurationsänderungen. Sie können von allen Methoden, die Änderungen an der Konfiguration
durchführen, erzeugt werden.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionErzeugt eine neue Konfigurationsausnahme ohne Detailmeldung.ConfigurationChangeException
(String message) Erzeugt eine neue Konfigurationsausnahme mit der spezifizierten Detailmeldung.ConfigurationChangeException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConfigurationChangeException
public ConfigurationChangeException()Erzeugt eine neue Konfigurationsausnahme ohne Detailmeldung. -
ConfigurationChangeException
Erzeugt eine neue Konfigurationsausnahme mit der spezifizierten Detailmeldung.- Parameters:
message
- Detailmeldung der neuen Konfigurationsausnahme.
-
ConfigurationChangeException
-
ConfigurationChangeException
-