Class IngestExternalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
fr.gouv.vitam.common.exception.VitamException
fr.gouv.vitam.ingest.external.api.exception.IngestExternalException
- All Implemented Interfaces:
Serializable
IngestExternalException ingest error
- See Also:
-
Constructor Summary
ConstructorDescriptionIngestExternalException
(String message) constructor with messageIngestExternalException
(String message, Throwable cause) constructor with message and throwableIngestExternalException
(Throwable cause) constructor with throwable -
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
-
IngestExternalException
constructor with message- Parameters:
message
- message to associate with the exception
-
IngestExternalException
constructor with throwable- Parameters:
cause
- cause to associate with the exception
-
IngestExternalException
constructor with message and throwable- Parameters:
message
- message to associate with the exceptioncause
- cause to associate with the exception
-