public class SftpException extends Exception
| Modifier and Type | Field and Description |
|---|---|
int |
id |
| Constructor and Description |
|---|
SftpException(int id,
String message) |
SftpException(int id,
String message,
Throwable e) |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getCause() |
String |
toString() |
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic SftpException(int id,
String message)
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.