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

com.github.dakusui.actionunit.exceptions.ActionTimeOutException Maven / Gradle / Ivy

There is a newer version: 6.1.5
Show newest version
package com.github.dakusui.actionunit.exceptions;

public class ActionTimeOutException extends ActionException {
  public ActionTimeOutException(String message, Throwable t) {
    super(message, t);
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy