com.jcraft.jsch

Class JSchException

public class JSchException extends Exception

Constructor Summary
JSchException()
JSchException(String s)
JSchException(String s, Throwable e)
Method Summary
ThrowablegetCause()

Constructor Detail

JSchException

public JSchException()

JSchException

public JSchException(String s)

JSchException

public JSchException(String s, Throwable e)

Method Detail

getCause

public Throwable getCause()