de.bsvrz.dav.daf.main.config
Class ConfigurationChangeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.bsvrz.dav.daf.main.config.ConfigurationTaskException
              extended by 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

Constructor Summary
ConfigurationChangeException()
          Erzeugt eine neue Konfigurationsausnahme ohne Detailmeldung.
ConfigurationChangeException(String message)
          Erzeugt eine neue Konfigurationsausnahme mit der spezifizierten Detailmeldung.
ConfigurationChangeException(String message, Throwable cause)
           
ConfigurationChangeException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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)