[TOC]

  • Prev
  • Next

Uses of Class

org.apache.nutch.protocol.ftp.FtpException

Uses of FtpException in org.apache.nutch.protocol.ftp

Subclasses of FtpException in org.apache.nutch.protocol.ftp Modifier and Type Class and Description 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.

Constructors in org.apache.nutch.protocol.ftp that throw FtpException Constructor and Description FtpResponse(URL url, CrawlDatum datum, Ftp ftp, org.apache.hadoop.conf.Configuration conf)

  • Prev
  • Next

Copyright © 2014 The Apache Software Foundation