Class LogbookAuditException
java.lang.Object
java.lang.Throwable
java.lang.Exception
fr.gouv.vitam.logbook.administration.audit.exception.LogbookAuditException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionLogbookAuditException
(VitamError vitamError) LogbookAuditException
(String message) LogbookAuditException
(String message, Throwable cause) LogbookAuditException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LogbookAuditException
-
LogbookAuditException
- Parameters:
message
- associated message
-
LogbookAuditException
- Parameters:
cause
- associated cause
-
LogbookAuditException
- Parameters:
message
- associated messagecause
- associated cause
-
-
Method Details
-
getVitamError
-
setVitamError
-