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

public class ProcessingEngineException extends VitamException
Exception handled by the ProcessEngine.
See Also:
  • Constructor Details

    • ProcessingEngineException

      public ProcessingEngineException(String message, Throwable cause)
      ProcessingException constructor Construct the processing exception with a message and a throwable exception
      Parameters:
      message - associated message
      cause - associated cause
    • ProcessingEngineException

      public ProcessingEngineException(Throwable cause)
      ProcessingException constructor Construct the processing exception with a throwable exception
      Parameters:
      cause - associated cause
    • ProcessingEngineException

      public ProcessingEngineException(String message)
      ProcessingException constructor Construct the processing exception with a message
      Parameters:
      message - associated message