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

org.archive.format.dns.DNSParseException Maven / Gradle / Ivy

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

import org.archive.RecoverableRecordFormatException;

public class DNSParseException extends RecoverableRecordFormatException {

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

	/**
	 * 
	 */
	private static final long serialVersionUID = 7946541881940132743L;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy