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

com.subgraph.orchid.TorParsingException Maven / Gradle / Ivy

package com.subgraph.orchid;


public class TorParsingException extends TorException {
	public TorParsingException(String string) {
		super(string);
	}

	public TorParsingException(String string, Throwable ex) {
		super(string, ex);
	}

	private static final long serialVersionUID = -4997757416476363399L;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy