
org.dstadler.audio.util.RuntimeInterruptedException Maven / Gradle / Ivy
package org.dstadler.audio.util;
public class RuntimeInterruptedException extends RuntimeException {
public RuntimeInterruptedException(Throwable cause) {
super(cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy