public class SftpException
extends java.lang.Exception
| Modifier and Type | Field and Description |
|---|---|
private java.lang.Throwable |
cause |
int |
id |
| Constructor and Description |
|---|
SftpException(int id,
java.lang.String message) |
SftpException(int id,
java.lang.String message,
java.lang.Throwable e) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
getCause() |
java.lang.String |
toString() |