
org.openl.rules.ruleservice.simple.MethodInvocationRuntimeException Maven / Gradle / Ivy
package org.openl.rules.ruleservice.simple;
public class MethodInvocationRuntimeException extends RuntimeException {
private static final long serialVersionUID = 1L;
public MethodInvocationRuntimeException(Throwable cause) {
super(cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy