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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InitializationException(String msg)
InitializationException(String msg, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-