|
Secure FTP Factory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
com.jscape.inet.sftp.SftpException
com.jscape.inet.sftp.SftpFileNotFoundException
public class SftpFileNotFoundException
Exception is thrown when attempting to retrieve a file from server that does not exist.
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 |
---|
public SftpFileNotFoundException(java.lang.String filename)
filename
- the filename that caused this exceptionMethod Detail |
---|
public java.lang.String getFilename()
|
Secure FTP Factory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |