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

org.archive.format.http.HttpParseException Maven / Gradle / Ivy

There is a newer version: 1.1.9
Show newest version
package org.archive.format.http;

import org.archive.RecoverableRecordFormatException;

public class HttpParseException extends RecoverableRecordFormatException {

	/** */
	private static final long serialVersionUID = -2194883519998764425L;

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy