Class ProcessingObjectGroupMasterMandatoryException
- 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.ProcessingObjectGroupMasterMandatoryException
-
- All Implemented Interfaces:
java.io.Serializable
public class ProcessingObjectGroupMasterMandatoryException extends ProcessingException
Define a Processing Exception to be thrown when an error with master is not present in the manifest, not a fatal error- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProcessingObjectGroupMasterMandatoryException(java.lang.String message, java.lang.String objectGroupId)
ProcessingObjectGroupMasterMandatoryException(java.lang.String message, java.lang.Throwable cause, java.lang.String objectGroupId)
ProcessingObjectGroupMasterMandatoryException(java.lang.Throwable cause, java.lang.String objectGroupId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getObjectGroupId()
ProcessingObjectGroupMasterMandatoryException
setObjectGroupId(java.lang.String objectGroupId)
-
Methods inherited from class fr.gouv.vitam.common.exception.VitamException
getVitamError, setVitamError
-
-
-
-
Constructor Detail
-
ProcessingObjectGroupMasterMandatoryException
public ProcessingObjectGroupMasterMandatoryException(java.lang.String message, java.lang.Throwable cause, java.lang.String objectGroupId)
-
ProcessingObjectGroupMasterMandatoryException
public ProcessingObjectGroupMasterMandatoryException(java.lang.Throwable cause, java.lang.String objectGroupId)
-
ProcessingObjectGroupMasterMandatoryException
public ProcessingObjectGroupMasterMandatoryException(java.lang.String message, java.lang.String objectGroupId)
-
-
Method Detail
-
getObjectGroupId
public java.lang.String getObjectGroupId()
-
setObjectGroupId
public ProcessingObjectGroupMasterMandatoryException setObjectGroupId(java.lang.String objectGroupId)
-
-