Secure iNet Factory

com.jscape.inet.sftp
Class SftpFileNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by com.jscape.inet.sftp.SftpException
                  extended by com.jscape.inet.sftp.SftpFileNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class SftpFileNotFoundException
extends SftpException

Exception is thrown when attempting to retrieve a file from server that does not exist.

See Also:
Serialized Form

Constructor Summary
SftpFileNotFoundException(java.lang.String filename)
          Creates a new SftpException instance.
 
Method Summary
 java.lang.String getFilename()
          Gets filename that caused this exception
 
Methods inherited from class com.jscape.inet.sftp.SftpException
getException
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SftpFileNotFoundException

public SftpFileNotFoundException(java.lang.String filename)
Creates a new SftpException instance.

Parameters:
filename - the filename that caused this exception
Method Detail

getFilename

public java.lang.String getFilename()
Gets filename that caused this exception

Returns:
the filename

Secure iNet Factory

Copyright © JSCAPE LLC. 1999-2011. All Rights Reserved