Class ProcessingManifestReferenceException
- 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.ProcessingManifestReferenceException
-
- All Implemented Interfaces:
java.io.Serializable
public class ProcessingManifestReferenceException extends ProcessingException
Define a Processing Exception to be thrown when an error with reference occurred in the manifest, not a fatal error- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProcessingManifestReferenceException(java.lang.String message, java.lang.String manifestId, ExceptionType type)
ProcessingManifestReferenceException(java.lang.String message, java.lang.String manifestId, java.lang.String unitGuid, java.lang.String unitParentId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getManifestId()
ExceptionType
getType()
java.lang.String
getUnitGuid()
java.lang.String
getUnitParentId()
-
Methods inherited from class fr.gouv.vitam.common.exception.VitamException
getVitamError, setVitamError
-
-
-
-
Constructor Detail
-
ProcessingManifestReferenceException
public ProcessingManifestReferenceException(java.lang.String message, java.lang.String manifestId, java.lang.String unitGuid, java.lang.String unitParentId)
-
ProcessingManifestReferenceException
public ProcessingManifestReferenceException(java.lang.String message, java.lang.String manifestId, ExceptionType type)
-
-
Method Detail
-
getManifestId
public java.lang.String getManifestId()
-
getUnitGuid
public java.lang.String getUnitGuid()
-
getUnitParentId
public java.lang.String getUnitParentId()
-
getType
public ExceptionType getType()
-
-