All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.activiti.cloud.services.audit.api.AuditException Maven / Gradle / Ivy

There is a newer version: 7.1.0.M6
Show newest version
package org.activiti.cloud.services.audit.api;

public class AuditException extends RuntimeException {

    public AuditException(String message) {
        super(message);
    }

    public AuditException(String message,
                          Throwable cause) {
        super(message,
              cause);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy