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

jp.co.moneyforward.autotest.framework.exceptions.MethodInvocationException Maven / Gradle / Ivy

The newest version!
package jp.co.moneyforward.autotest.framework.exceptions;

public class MethodInvocationException extends RuntimeException {
  public MethodInvocationException(String message, Throwable e) {
    super(message, e);
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy