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

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

There is a newer version: 1.4.0
Show newest version
package kg.apc.jmeter;

import java.io.IOException;

public class EndOfFileException extends IOException
{

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy