kg.apc.jmeter.EndOfFileException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jmeter-plugins-extras Show documentation
Show all versions of jmeter-plugins-extras Show documentation
Custom plugins set for Apache JMeter
package kg.apc.jmeter;
import java.io.IOException;
public class EndOfFileException extends IOException
{
public EndOfFileException(String string) {
super(string);
}
}