![JAR search and dependency download from the Maven repository](/logo.png)
javax.sound.sampled.LineUnavailableException Maven / Gradle / Ivy
package javax.sound.sampled;
@SuppressWarnings("WeakerAccess")
public class LineUnavailableException extends Exception {
public LineUnavailableException() {
super();
}
public LineUnavailableException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy