Save This Page
Home » jsch-0.1.39 » com.jcraft.jsch » [javadoc | source]
com.jcraft.jsch
public class: JSchException [javadoc | source]
java.lang.Object
   java.lang.Throwable
      java.lang.Exception
         com.jcraft.jsch.JSchException

All Implemented Interfaces:
    Serializable

Direct Known Subclasses:
    JSchPartialAuthException, JSchAuthCancelException

Constructor:
 public JSchException() 
 public JSchException(String s) 
 public JSchException(String s,
    Throwable e) 
Method from com.jcraft.jsch.JSchException Summary:
getCause
Methods from java.lang.Throwable:
fillInStackTrace,   getCause,   getLocalizedMessage,   getMessage,   getStackTrace,   initCause,   printStackTrace,   printStackTrace,   printStackTrace,   setStackTrace,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.jcraft.jsch.JSchException Detail:
 public Throwable getCause()