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

org.dstadler.htmlunit.HtmlUnitException Maven / Gradle / Ivy

The newest version!
package org.dstadler.htmlunit;

import java.io.Serial;


public class HtmlUnitException extends Exception {
    @Serial
    private static final long serialVersionUID = 672381225744556274L;

    public HtmlUnitException(String arg0) {
        super(arg0);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy