Class ProcessingUnitLinkingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- fr.gouv.vitam.common.exception.VitamException
-
- fr.gouv.vitam.processing.common.exception.ProcessingException
-
- fr.gouv.vitam.processing.common.exception.ProcessingUnitLinkingException
-
- All Implemented Interfaces:
java.io.Serializable
public class ProcessingUnitLinkingException extends ProcessingException
Define a Processing Exception to be thrown when an error occurred, not a fatal error- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProcessingUnitLinkingException(java.lang.String message, java.lang.String manifestId, UnitType unitType, UnitType ingestType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UnitType
getIngestType()
java.lang.String
getManifestId()
UnitType
getUnitType()
-
Methods inherited from class fr.gouv.vitam.common.exception.VitamException
getVitamError, setVitamError
-
-