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:
java.io.Serializable
- Direct Known Subclasses:
InvocationPluginException
,PluginNotFoundException
public class PluginException extends VitamException
Exception is the superclass of all VITAM plugin exceptions.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PluginException(java.lang.String message)
PluginException(java.lang.String message, java.lang.Throwable cause)
PluginException(java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class fr.gouv.vitam.common.exception.VitamException
getVitamError, setVitamError
-
-
-
-
Constructor Detail
-
PluginException
public PluginException(java.lang.String message)
- Parameters:
message
- of exception
-
PluginException
public PluginException(java.lang.Throwable cause)
- Parameters:
cause
- of exception
-
PluginException
public PluginException(java.lang.String message, java.lang.Throwable cause)
- Parameters:
message
- of exceptioncause
- of exception
-
-