Class InitializationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.fraunhofer.iese.mydata.exception.InitializationException
All Implemented Interfaces:
Serializable

public class InitializationException extends Exception
Thrown when something could not be initialized.
Author:
Fraunhofer IESE
See Also:
  • Constructor Details

    • InitializationException

      public InitializationException(String msg)
    • InitializationException

      public InitializationException(String msg, Throwable cause)