Class ProcessingTooManyUnitsFoundException
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.ProcessingTooManyUnitsFoundException
- All Implemented Interfaces:
Serializable
Define a Processing Exception to be thrown when an error occurred, not a fatal error
- See Also:
-
Constructor Summary
ConstructorDescriptionProcessingTooManyUnitsFoundException
(String message, String unitId, String unitGuid, boolean validGuid) ProcessingTooManyUnitsFoundException
(String message, Throwable cause) -
Method Summary
Methods inherited from class fr.gouv.vitam.common.exception.VitamException
getVitamError, setVitamError
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ProcessingTooManyUnitsFoundException
- Parameters:
message
- associated messagecause
- associated cause
-
ProcessingTooManyUnitsFoundException
- Parameters:
cause
- associated cause
-
ProcessingTooManyUnitsFoundException
public ProcessingTooManyUnitsFoundException(String message, String unitId, String unitGuid, boolean validGuid) - Parameters:
message
- associated messageunitId
-unitGuid
-
-
ProcessingTooManyUnitsFoundException
- Parameters:
message
- associated message
-
-
Method Details
-
getUnitGuid
- Returns:
- the unit guid (system id)
-
getUnitId
- Returns:
- the unit id
-
isValidGuid
public boolean isValidGuid()
-