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

org.nerve.tools.ssh.SSHException Maven / Gradle / Ivy

package org.nerve.tools.ssh;

/**
 * com.zeus.ssh
 * Created by zengxm on 2015/12/10 0010.
 */
public class SSHException extends RuntimeException {

	public SSHException(){
		super();
	}

	public SSHException(String message){
		super(message);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy