Class PluginNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
fr.gouv.vitam.common.exception.VitamException
fr.gouv.vitam.processing.common.exception.PluginException
fr.gouv.vitam.processing.common.exception.PluginNotFoundException
- All Implemented Interfaces:
Serializable
PluginNotFoundException thrown by worker when plugin is not installed
- See Also:
-
Constructor Summary
ConstructorDescriptionPluginNotFoundException
(String message) PluginNotFoundException
(String message, Throwable cause) -
Method Summary
Methods inherited from class fr.gouv.vitam.common.exception.VitamException
getVitamError, setVitamError
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PluginNotFoundException
- Parameters:
message
- to be setcause
- to be set
-
PluginNotFoundException
- Parameters:
message
- to be set
-