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, setStackTrace
public SftpException(int id, String message)
Copyright © 2015 JCraft,Inc.. All rights reserved.