![JAR search and dependency download from the Maven repository](/logo.png)
fm.pattern.spin.TimeoutException Maven / Gradle / Ivy
package fm.pattern.spin;
public class TimeoutException extends RuntimeException {
private static final long serialVersionUID = -864679264418095231L;
public TimeoutException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy