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
IngestInternalException ingest error
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJavaExecuteScriptException(String message) constructor with messageJavaExecuteScriptException(String message, Throwable cause) constructor with message and throwableconstructor with throwable -
Method Summary
Methods inherited from class fr.gouv.vitam.common.exception.VitamException
getVitamError, setVitamErrorMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JavaExecuteScriptException
constructor with message- Parameters:
message- message to associate with the exception
-
JavaExecuteScriptException
constructor with throwable- Parameters:
cause- cause to associate with the exception
-
JavaExecuteScriptException
constructor with message and throwable- Parameters:
message- message to associate with the exceptioncause- cause to associate with the exception
-