com.enterprisedt.net.ftp.ssh
Class SSHFTPException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.enterprisedt.net.ftp.FTPException
              extended by com.enterprisedt.net.ftp.ssh.SSHFTPException
All Implemented Interfaces:
java.io.Serializable

public class SSHFTPException
extends FTPException

Thrown when an SFTP-related error occurs.

Version:
$Revision: 1.3 $
Author:
Hans Andersen
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.enterprisedt.net.ftp.FTPException
cvsId
 
Constructor Summary
SSHFTPException(java.lang.String msg)
          Construct an SSHFTPException with the given message.
 
Method Summary
 
Methods inherited from class com.enterprisedt.net.ftp.FTPException
getReplyCode
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SSHFTPException

public SSHFTPException(java.lang.String msg)
Construct an SSHFTPException with the given message.

Parameters:
msg - Message


Copyright © 2001-2006 Enterprise Distributed Technologies Ltd. All Rights Reserved.