Package org.apache.nutch.protocol.ftp
Class FtpException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.nutch.protocol.ProtocolException
org.apache.nutch.protocol.ftp.FtpException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
FtpError,FtpExceptionBadSystResponse,FtpExceptionCanNotHaveDataConnection,FtpExceptionControlClosedByForcedDataClose,FtpExceptionUnknownForcedDataClose
Superclass for important exceptions thrown during FTP talk, that must be
handled with care.
- Author:
- John Xing
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFtpException(String message) FtpException(String message, Throwable cause) FtpException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FtpException
public FtpException() -
FtpException
-
FtpException
-
FtpException
-