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
public class ConfigurationChangeException
- extends ConfigurationTaskException
Konfigurationsausnahmen signalisieren Fehler bei Konfigurationsänderungen. Sie können von allen Methoden,
die Änderungen an der Konfiguration durchführen, erzeugt werden.
- Author:
- Kappich+Kniß Systemberatung Aachen (K2S), Stephan Homeyer (sth)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ConfigurationChangeException
public ConfigurationChangeException()
- Erzeugt eine neue Konfigurationsausnahme ohne Detailmeldung.
ConfigurationChangeException
public ConfigurationChangeException(String message)
- Erzeugt eine neue Konfigurationsausnahme mit der spezifizierten Detailmeldung.
- Parameters:
message
- Detailmeldung der neuen Konfigurationsausnahme.
ConfigurationChangeException
public ConfigurationChangeException(String message,
Throwable cause)
ConfigurationChangeException
public ConfigurationChangeException(Throwable cause)