Class LogbookAuditException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- fr.gouv.vitam.logbook.administration.audit.exception.LogbookAuditException
-
- All Implemented Interfaces:
java.io.Serializable
public class LogbookAuditException extends java.lang.Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LogbookAuditException(VitamError vitamError)
LogbookAuditException(java.lang.String message)
LogbookAuditException(java.lang.String message, java.lang.Throwable cause)
LogbookAuditException(java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VitamError
getVitamError()
void
setVitamError(VitamError vitamError)
-
-
-
Constructor Detail
-
LogbookAuditException
public LogbookAuditException(VitamError vitamError)
-
LogbookAuditException
public LogbookAuditException(java.lang.String message)
- Parameters:
message
- associated message
-
LogbookAuditException
public LogbookAuditException(java.lang.Throwable cause)
- Parameters:
cause
- associated cause
-
LogbookAuditException
public LogbookAuditException(java.lang.String message, java.lang.Throwable cause)
- Parameters:
message
- associated messagecause
- associated cause
-
-
Method Detail
-
getVitamError
public VitamError getVitamError()
-
setVitamError
public void setVitamError(VitamError vitamError)
-
-