Class ArchiveUnitContainDataObjectException
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.ArchiveUnitContainDataObjectException
- All Implemented Interfaces:
Serializable
Define a Archive Unit Contain Data Object Exception to be thrown when an error occurred, not a fatal error This kind
of exception occurs when an archive unit references a Binary Data Object instead of a Data Object Group
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionArchiveUnitContainDataObjectException(String message, String unitId, String bdoId, String gotId, String eventDetailData) ArchiveUnitContainDataObjectException(String message, Throwable cause) -
Method Summary
Methods inherited from class fr.gouv.vitam.common.exception.VitamException
getVitamError, setVitamErrorMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ArchiveUnitContainDataObjectException
- Parameters:
message- associated messagecause- associated cause
-
ArchiveUnitContainDataObjectException
- Parameters:
cause- associated cause
-
ArchiveUnitContainDataObjectException
- Parameters:
message- associated message
-
ArchiveUnitContainDataObjectException
public ArchiveUnitContainDataObjectException(String message, String unitId, String bdoId, String gotId, String eventDetailData) - Parameters:
message- associated messageunitId-bdoId-gotId-eventDetailData-
-
-
Method Details
-
getBdoId
- Returns:
- the bdo Id
-
getGotId
- Returns:
- the got Id
-
getUnitId
- Returns:
- the unit id
-
getEventDetailData
Get the eventDetailData- Returns:
- eventDetailData
-