|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.jcraft.jsch.SftpException
public class SftpException
Field Summary | |
---|---|
int |
id
|
Constructor Summary | |
---|---|
SftpException(int id,
String message)
|
|
SftpException(int id,
String message,
Throwable e)
|
Method Summary | |
---|---|
Throwable |
getCause()
|
String |
toString()
|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public int id
Constructor Detail |
---|
public SftpException(int id, String message)
public SftpException(int id, String message, Throwable e)
Method Detail |
---|
public String toString()
toString
in class Throwable
public Throwable getCause()
getCause
in class Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |