se.thinkcode.wait.TimeoutException Maven / Gradle / Ivy
package se.thinkcode.wait;
class TimeoutException extends RuntimeException {
TimeoutException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy