Class ProcessingNotFoundException
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.ProcessingNotFoundException
- All Implemented Interfaces:
Serializable
Define a Processing Exception to be thrown when an error occurred, not a fatal error
- See Also:
-
Constructor Summary
ConstructorDescriptionProcessingNotFoundException
(String message, String manifestId, String guid, boolean validGuid, ExceptionType type, String taskKey) -
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
-
ProcessingNotFoundException
public ProcessingNotFoundException(String message, String manifestId, String guid, boolean validGuid, ExceptionType type, String taskKey) - Parameters:
message
- associated messagemanifestId
-guid
-
-
-
Method Details
-
getManifestId
- Returns:
- the unit id
-
isValidGuid
public boolean isValidGuid() -
getType
-
getGuid
-
getTaskKey
-