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

org.openl.rules.ruleservice.deployer.RulesDeployInputException Maven / Gradle / Ivy

There is a newer version: 5.27.9
Show newest version
package org.openl.rules.ruleservice.deployer;

public class RulesDeployInputException extends Exception {

    private static final long serialVersionUID = 1642177867400252271L;

    public RulesDeployInputException() {
        super();
    }

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

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

    public RulesDeployInputException(Throwable cause) {
        super(cause);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy