kg.apc.jmeter.RuntimeEOFException Maven / Gradle / Ivy
package kg.apc.jmeter;
/**
*
* @author undera
*/
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