Class JavaExecuteScriptException

java.lang.Object
java.lang.Throwable
java.lang.Exception
fr.gouv.vitam.common.exception.VitamException
fr.gouv.vitam.ingest.external.common.exception.JavaExecuteScriptException
All Implemented Interfaces:
Serializable

public class JavaExecuteScriptException extends VitamException
IngestInternalException ingest error
See Also:
  • Constructor Details

    • JavaExecuteScriptException

      public JavaExecuteScriptException(String message)
      constructor with message
      Parameters:
      message - message to associate with the exception
    • JavaExecuteScriptException

      public JavaExecuteScriptException(Throwable cause)
      constructor with throwable
      Parameters:
      cause - cause to associate with the exception
    • JavaExecuteScriptException

      public JavaExecuteScriptException(String message, Throwable cause)
      constructor with message and throwable
      Parameters:
      message - message to associate with the exception
      cause - cause to associate with the exception