Package de.bsvrz.dav.daf.main
Class InitialisationNotCompleteException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.bsvrz.dav.daf.main.InitialisationNotCompleteException
-
- All Implemented Interfaces:
java.io.Serializable
public class InitialisationNotCompleteException extends java.lang.RuntimeException
Ausnahme, die generiert wird, falls die Initialisierung des Datenverteilers nicht vollständig durchgeführt werden kann.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InitialisationNotCompleteException(java.lang.String msg)
InitialisationNotCompleteException(java.lang.String msg, java.lang.Throwable cause)
-