public class ProcessingNotFoundException extends ProcessingException
Constructor and Description |
---|
ProcessingNotFoundException(String message,
String manifestId,
String guid,
boolean validGuid,
ExceptionType type,
String taskKey) |
Modifier and Type | Method and Description |
---|---|
String |
getGuid() |
String |
getManifestId() |
String |
getTaskKey() |
ExceptionType |
getType() |
boolean |
isValidGuid() |
getVitamError, setVitamError
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ProcessingNotFoundException(String message, String manifestId, String guid, boolean validGuid, ExceptionType type, String taskKey)
message
- associated messagemanifestId
- guid
- public String getManifestId()
public boolean isValidGuid()
public ExceptionType getType()
public String getGuid()
public String getTaskKey()
Copyright © 2019 Vitam. All rights reserved.