de.sstoehr.harreader.HarReaderException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of har-reader Show documentation
Show all versions of har-reader Show documentation
A library to access HTTP archive format with Java
package de.sstoehr.harreader;
public class HarReaderException extends Exception {
public HarReaderException(Throwable cause) {
super(cause);
}
}