Class UnableToLoadFileException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- app.coronawarn.server.services.distribution.assembly.appconfig.UnableToLoadFileException
-
- All Implemented Interfaces:
Serializable
public class UnableToLoadFileException extends Exception
The file could not be loaded/parsed correctly.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnableToLoadFileException(String message)
UnableToLoadFileException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-