Class ProcessingEngineException
java.lang.Object
java.lang.Throwable
java.lang.Exception
fr.gouv.vitam.common.exception.VitamException
fr.gouv.vitam.processing.common.exception.ProcessingEngineException
- All Implemented Interfaces:
Serializable
Exception handled by the ProcessEngine.
- See Also:
-
Constructor Summary
ConstructorDescriptionProcessingEngineException
(String message) ProcessingException constructor Construct the processing exception with a messageProcessingEngineException
(String message, Throwable cause) ProcessingException constructor Construct the processing exception with a message and a throwable exceptionProcessingException constructor Construct the processing exception with a throwable exception -
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
-
ProcessingEngineException
ProcessingException constructor Construct the processing exception with a message and a throwable exception- Parameters:
message
- associated messagecause
- associated cause
-
ProcessingEngineException
ProcessingException constructor Construct the processing exception with a throwable exception- Parameters:
cause
- associated cause
-
ProcessingEngineException
ProcessingException constructor Construct the processing exception with a message- Parameters:
message
- associated message
-