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:
java.io.Serializable
public class ProcessingNotFoundException extends ProcessingException
Define a Processing Exception to be thrown when an error occurred, not a fatal error- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProcessingNotFoundException(java.lang.String message, java.lang.String manifestId, java.lang.String guid, boolean validGuid, ExceptionType type, java.lang.String taskKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getGuid()
java.lang.String
getManifestId()
java.lang.String
getTaskKey()
ExceptionType
getType()
boolean
isValidGuid()
-
Methods inherited from class fr.gouv.vitam.common.exception.VitamException
getVitamError, setVitamError
-
-
-
-
Constructor Detail
-
ProcessingNotFoundException
public ProcessingNotFoundException(java.lang.String message, java.lang.String manifestId, java.lang.String guid, boolean validGuid, ExceptionType type, java.lang.String taskKey)
- Parameters:
message
- associated messagemanifestId
-guid
-
-
-
Method Detail
-
getManifestId
public java.lang.String getManifestId()
- Returns:
- the unit id
-
isValidGuid
public boolean isValidGuid()
-
getType
public ExceptionType getType()
-
getGuid
public java.lang.String getGuid()
-
getTaskKey
public java.lang.String getTaskKey()
-
-