Class QAuditException

All Implemented Interfaces:
Serializable

public class QAuditException extends QException
The QAuditException class is used by the qlack-fuse-audit module to throw error messages on the runtime and rollback the transactions.
Author:
European Dynamics SA.
See Also:
  • Constructor Details

    • QAuditException

      public QAuditException(String message)
    • QAuditException

      public QAuditException(String message, Throwable cause)
    • QAuditException

      public QAuditException(Throwable cause)