![JAR search and dependency download from the Maven repository](/logo.png)
com.github.dakusui.actionunit.exceptions.ActionTimeOutException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of actionunit Show documentation
Show all versions of actionunit Show documentation
A library to build 'action' structure for testing
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