
net.lightbody.bmp.proxy.http.BadURIException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of browsermob-proxy Show documentation
Show all versions of browsermob-proxy Show documentation
A programmatic HTTP/S designed for performance and functional testing
package net.lightbody.bmp.proxy.http;
public class BadURIException extends RuntimeException {
public BadURIException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy