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

org.openl.rules.project.resolving.NoMatchFileNameException Maven / Gradle / Ivy

There is a newer version: 5.27.9-jakarta
Show newest version
package org.openl.rules.project.resolving;

public class NoMatchFileNameException extends Exception {

    private static final long serialVersionUID = 1L;

    public NoMatchFileNameException() {
        super();
    }

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

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy