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

org.openl.rules.ruleservice.simple.MethodInvocationRuntimeException Maven / Gradle / Ivy

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

public class MethodInvocationRuntimeException extends RuntimeException{
    private static final long serialVersionUID = 1L;

    public MethodInvocationRuntimeException() {
        super();
    }

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

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

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

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy