Class EvidenceAuditException
java.lang.Object
java.lang.Throwable
java.lang.Exception
fr.gouv.vitam.common.exception.VitamException
fr.gouv.vitam.worker.core.plugin.evidence.exception.EvidenceAuditException
- All Implemented Interfaces:
Serializable
EvidenceAuditException class
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEvidenceAuditException(EvidenceStatus status, String message) EvidenceAuditException(EvidenceStatus status, String message, Throwable cause) -
Method Summary
Methods inherited from class fr.gouv.vitam.common.exception.VitamException
getVitamError, setVitamErrorMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EvidenceAuditException
- Parameters:
message- the message
-
EvidenceAuditException
- Parameters:
message- the messagecause- the cause
-
-
Method Details
-
getStatus
getter for status
-