kg.apc.jmeter.RuntimeEOFException Maven / Gradle / Ivy
The newest version!
package kg.apc.jmeter;
public class RuntimeEOFException extends RuntimeException
{
public RuntimeEOFException(String string) {
super(string);
}
public RuntimeEOFException(String string, Throwable ex) {
super(string, ex);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy