Searched refs:SFTPException (Results 1 – 2 of 2) sorted by relevance
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/ |
D | SFTPException.java | 19 public class SFTPException extends IOException class 36 SFTPException(String msg, int errorCode) in SFTPException() method in SFTPException
|
D | SFTPv3Client.java | 414 throw new SFTPException(errorMessage, errorCode); in fstat() 453 throw new SFTPException(errorMessage, errorCode); in statBoth() 536 throw new SFTPException(errorMessage, errorCode); in readLink() 567 throw new SFTPException(errorMessage, errorCode); in expectStatusOKMessage() 698 throw new SFTPException(errorMessage, errorCode); in canonicalPath() 763 throw new SFTPException(errorMessage, errorCode); in scanDirectory() 804 throw new SFTPException(errorMessage, errorCode); in openDirectory() 1250 throw new SFTPException(errorMessage, errorCode); in openFile() 1422 throw new SFTPException(msg, code); in read() 1464 throw new SFTPException("No EOF reached", -1); in read() [all …]
|