Uses of Class
net.nutch.protocol.ftp.FtpException

Packages that use FtpException
net.nutch.protocol.ftp Protocol plugin which supports retrieving documents via the ftp protocol. 
 

Uses of FtpException in net.nutch.protocol.ftp
 

Subclasses of FtpException in net.nutch.protocol.ftp
 class FtpError
          Thrown for Ftp error codes.
 class FtpExceptionBadSystResponse
          Exception indicating bad reply of SYST command.
 class FtpExceptionCanNotHaveDataConnection
          Exception indicating failure of opening data connection.
 class FtpExceptionControlClosedByForcedDataClose
          Exception indicating control channel is closed by server end, due to forced closure of data channel at client (our) end.
 class FtpExceptionUnknownForcedDataClose
          Exception indicating unrecognizable reply from server after forced closure of data channel by client (our) side.
 

Methods in net.nutch.protocol.ftp that throw FtpException
 Content Ftp.getContent(String urlString)
           
 

Constructors in net.nutch.protocol.ftp that throw FtpException
FtpResponse(URL url, Ftp ftp)
           
FtpResponse(String orig, URL url, Ftp ftp)
           
 



Copyright © 2004 The Nutch Organization.