org.apache.nutch.protocol.ftp
Class FtpError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.nutch.protocol.ProtocolException
              extended by org.apache.nutch.protocol.ftp.FtpException
                  extended by 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
FtpError(int code)
           
 
Method Summary
 int getCode(int code)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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)


Copyright © 2011 The Apache Software Foundation