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)  
  • Method Summary

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • InitialisationNotCompleteException

      public InitialisationNotCompleteException​(java.lang.String msg)
    • InitialisationNotCompleteException

      public InitialisationNotCompleteException​(java.lang.String msg, java.lang.Throwable cause)