kg.apc.jmeter.EndOfFileException Maven / Gradle / Ivy
package kg.apc.jmeter;
import java.io.IOException;
/**
*
* @author undera
*/
public class EndOfFileException extends IOException
{
public EndOfFileException(String string) {
super(string);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy