Class IngestInternalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
fr.gouv.vitam.common.exception.VitamException
fr.gouv.vitam.ingest.internal.common.exception.IngestInternalException
- All Implemented Interfaces:
Serializable
IngestInternal Exception
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIngestInternalException
(String message) IngestInternalException
(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
-
IngestInternalException
- Parameters:
message
- of exception
-
IngestInternalException
- Parameters:
exception
- of other module
-