public class SftpException
extends java.io.IOException
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
private int |
status |
| Constructor and Description |
|---|
SftpException(int status,
java.lang.String msg) |
| Modifier and Type | Method and Description |
|---|---|
int |
getStatus() |
java.lang.String |
toString() |
private static final long serialVersionUID
private final int status