Class ModulePropertyNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cz.metacentrum.perun.core.api.exceptions.rt.PerunRuntimeException
cz.metacentrum.perun.core.api.exceptions.InternalErrorException
cz.metacentrum.perun.core.api.exceptions.rt.ModulePropertyNotFoundException
- All Implemented Interfaces:
Serializable
This exception is thrown when the loading of module configuration property is not found or it fails.
- Author:
- Vojtech Sassmann invalid input: '<'vojtech.sassmann@gmail.com>
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionModulePropertyNotFoundException
(String message) ModulePropertyNotFoundException
(String module, String property) ModulePropertyNotFoundException
(String message, Throwable cause) -
Method Summary
Methods inherited from class cz.metacentrum.perun.core.api.exceptions.rt.PerunRuntimeException
getErrorId, getMessage, getType
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ModulePropertyNotFoundException
-
ModulePropertyNotFoundException
-
ModulePropertyNotFoundException
-
ModulePropertyNotFoundException
-