Package com.jcraft.jsch
Class SftpException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.jcraft.jsch.SftpException
-
- All Implemented Interfaces:
java.io.Serializable
public class SftpException extends java.lang.Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SftpException(int id, java.lang.String message)
SftpException(int id, java.lang.String message, java.lang.Throwable e)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Throwable
getCause()
java.lang.String
toString()
-