Uses of Class
org.apache.nutch.protocol.ftp.FtpException
Packages that use FtpException
Package
Description
Protocol plugin which supports retrieving documents via the ftp protocol.
-
Uses of FtpException in org.apache.nutch.protocol.ftp
Subclasses of FtpException in org.apache.nutch.protocol.ftpModifier and TypeClassDescriptionclassThrown for Ftp error codes.classException indicating bad reply of SYST command.classException indicating failure of opening data connection.classException indicating control channel is closed by server end, due to forced closure of data channel at client (our) end.classException indicating unrecognizable reply from server after forced closure of data channel by client (our) side.Constructors in org.apache.nutch.protocol.ftp that throw FtpExceptionModifierConstructorDescriptionFtpResponse(URL url, CrawlDatum datum, Ftp ftp, Configuration conf)