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

com.browserup.harreader.HarReaderException Maven / Gradle / Ivy

There is a newer version: 3.0.0
Show newest version
package com.browserup.harreader;

/**
 * @deprecated Use {@link de.sstoehr.harreader.HarReaderException}
 */
@Deprecated
public class HarReaderException extends Exception {

    public HarReaderException(Throwable cause) {
        super(cause);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy