Package com.jcraft.jsch
Class SftpException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.jcraft.jsch.SftpException
-
- All Implemented Interfaces:
Serializable
public class SftpException extends Exception
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description int
id
-
Constructor Summary
Constructors Constructor Description SftpException(int id, String message)
SftpException(int id, String message, Throwable e)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Throwable
getCause()
String
toString()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-