![JAR search and dependency download from the Maven repository](/logo.png)
net.sourceforge.plantuml.picoweb.BadRequest400 Maven / Gradle / Ivy
package net.sourceforge.plantuml.picoweb;
import java.io.IOException;
public class BadRequest400 extends IOException {
// ::remove folder when __HAXE__
public BadRequest400(String message) {
super(message);
}
public BadRequest400(String message, Throwable cause) {
super(message, cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy