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

com.subgraph.orchid.socks.SocksRequestException Maven / Gradle / Ivy

The newest version!
package com.subgraph.orchid.socks;

public class SocksRequestException extends Exception {
	
	private static final long serialVersionUID = 844055056337565049L;
	
	SocksRequestException() {}
	SocksRequestException(String msg) {
		super(msg);
	}
	
	SocksRequestException(Throwable ex) {
		super(ex);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy