com.jcraft.jsch

Class JSchException


public class JSchException
extends Exception

Constructor Summary

JSchException()
JSchException(String s)
JSchException(String s, Throwable e)

Method Summary

Throwable
getCause()

Constructor Details

JSchException

public JSchException()

JSchException

public JSchException(String s)

JSchException

public JSchException(String s,
                     Throwable e)

Method Details

getCause

public Throwable getCause()