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:
java.io.Serializable
public class IngestExternalException extends VitamException
IngestExternalException ingest error- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IngestExternalException(java.lang.String message)
constructor with messageIngestExternalException(java.lang.String message, java.lang.Throwable cause)
constructor with message and throwableIngestExternalException(java.lang.Throwable cause)
constructor with throwable
-
Method Summary
-
Methods inherited from class fr.gouv.vitam.common.exception.VitamException
getVitamError, setVitamError
-
-
-
-
Constructor Detail
-
IngestExternalException
public IngestExternalException(java.lang.String message)
constructor with message- Parameters:
message
- message to associate with the exception
-
IngestExternalException
public IngestExternalException(java.lang.Throwable cause)
constructor with throwable- Parameters:
cause
- cause to associate with the exception
-
IngestExternalException
public IngestExternalException(java.lang.String message, java.lang.Throwable cause)
constructor with message and throwable- Parameters:
message
- message to associate with the exceptioncause
- cause to associate with the exception
-
-