[TOC]
org.apache.nutch.protocol.ftp
Class FtpError
- java.lang.Object
- java.lang.Throwable
- java.lang.Exception
- org.apache.nutch.protocol.ProtocolException
- org.apache.nutch.protocol.ftp.FtpException
- org.apache.nutch.protocol.ftp.FtpError
- All Implemented Interfaces:
- Serializable
public class FtpError extends FtpException
Thrown for Ftp error codes.
- See Also:
- Serialized Form
Constructor Summary
Constructors Constructor and Description FtpError(int code)
Method Summary
Methods Modifier and Type Method and Description int
getCode(int code)
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Constructor Detail
-
FtpError
public FtpError(int code)
Method Detail
-
getCode
public int getCode(int code)