All Downloads are FREE. Search and download functionalities are using the official Maven repository.

kg.apc.jmeter.EndOfFileException Maven / Gradle / Ivy

The newest version!
package kg.apc.jmeter;

import java.io.IOException;

public class EndOfFileException extends IOException
{

    public EndOfFileException(String string) {
        super(string);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy