Class AuditException
java.lang.Object
java.lang.Throwable
java.lang.Exception
fr.gouv.vitam.common.exception.VitamException
fr.gouv.vitam.worker.core.plugin.audit.exception.AuditException
- All Implemented Interfaces:
Serializable
AuditException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAuditException
(StatusCode statusCode, String message) AuditException
(StatusCode statusCode, String message, Throwable cause) -
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
-
AuditException
- Parameters:
statusCode
- associated status codemessage
- associated messagecause
- associated cause
-
AuditException
- Parameters:
statusCode
- associated status codemessage
- associated message
-
-
Method Details
-
getStatusCode
-