
io.github.kgress.scaffold.exception.AutomationWaitException Maven / Gradle / Ivy
package io.github.kgress.scaffold.exception;
public class AutomationWaitException extends RuntimeException {
private static final long serialVersionUID = 5074263318005328470L;
public AutomationWaitException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy