Package com.enterprisedt.net.ftp.ssh
Class SSHFTPException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.enterprisedt.net.ftp.FTPException
com.enterprisedt.net.ftp.ssh.SSHFTPException
- All Implemented Interfaces:
Serializable
Thrown when an SFTP-related error occurs.
- Version:
- $Revision$
- Author:
- Hans Andersen
- See Also:
-
Field Summary
Fields inherited from class com.enterprisedt.net.ftp.FTPException
cvsId -
Constructor Summary
ConstructorsConstructorDescriptionSSHFTPException(String msg) Construct an SSHFTPException with the given message. -
Method Summary
Methods inherited from class com.enterprisedt.net.ftp.FTPException
getReplyCode, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
SSHFTPException
Construct an SSHFTPException with the given message.- Parameters:
msg- Message
-