public class ProcessingUnitNotFoundException extends ProcessingException
| Constructor and Description |
|---|
ProcessingUnitNotFoundException(String message) |
ProcessingUnitNotFoundException(String message,
String unitId,
String unitGuid,
boolean validGuid) |
ProcessingUnitNotFoundException(String message,
Throwable cause) |
ProcessingUnitNotFoundException(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
String |
getUnitGuid() |
String |
getUnitId() |
boolean |
isValidGuid() |
getVitamError, setVitamErroraddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ProcessingUnitNotFoundException(String message, Throwable cause)
message - associated messagecause - associated causepublic ProcessingUnitNotFoundException(Throwable cause)
cause - associated causepublic ProcessingUnitNotFoundException(String message, String unitId, String unitGuid, boolean validGuid)
message - associated messageunitId - unitGuid - public ProcessingUnitNotFoundException(String message)
message - associated messageCopyright © 2018 Vitam. All rights reserved.