Class PluginException
java.lang.Object
java.lang.Throwable
java.lang.Exception
fr.gouv.vitam.common.exception.VitamException
fr.gouv.vitam.processing.common.exception.PluginException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InvocationPluginException
,PluginNotFoundException
Exception is the superclass of all VITAM plugin exceptions.
- See Also:
-
Constructor Summary
ConstructorDescriptionPluginException
(String message) PluginException
(String message, Throwable cause) PluginException
(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
-
PluginException
- Parameters:
message
- of exception
-
PluginException
- Parameters:
cause
- of exception
-
PluginException
- Parameters:
message
- of exceptioncause
- of exception
-