Class LogbookAuditException

java.lang.Object
java.lang.Throwable
java.lang.Exception
fr.gouv.vitam.logbook.administration.audit.exception.LogbookAuditException
All Implemented Interfaces:
Serializable

public class LogbookAuditException extends Exception
See Also:
  • Constructor Details

    • LogbookAuditException

      public LogbookAuditException(VitamError vitamError)
    • LogbookAuditException

      public LogbookAuditException(String message)
      Parameters:
      message - associated message
    • LogbookAuditException

      public LogbookAuditException(Throwable cause)
      Parameters:
      cause - associated cause
    • LogbookAuditException

      public LogbookAuditException(String message, Throwable cause)
      Parameters:
      message - associated message
      cause - associated cause
  • Method Details

    • getVitamError

      public VitamError getVitamError()
    • setVitamError

      public void setVitamError(VitamError vitamError)