Class InvocationPluginException
- 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.InvocationPluginException
-
- All Implemented Interfaces:
java.io.Serializable
public class InvocationPluginException extends PluginException
PluginNotFoundException thrown by worker when plugin is not installed- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvocationPluginException(java.lang.String message)
InvocationPluginException(java.lang.String message, java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class fr.gouv.vitam.common.exception.VitamException
getVitamError, setVitamError
-
-