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

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

The newest version!
package kg.apc.jmeter;

public class RuntimeEOFException extends RuntimeException
{

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

    public RuntimeEOFException(String string, Throwable ex) {
        super(string, ex);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy