net.nutch.protocol.ftp
Class FtpException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynet.nutch.protocol.ProtocolException
              extended bynet.nutch.protocol.ftp.FtpException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
FtpError, FtpExceptionBadSystResponse, FtpExceptionCanNotHaveDataConnection, FtpExceptionControlClosedByForcedDataClose, FtpExceptionUnknownForcedDataClose

public class FtpException
extends ProtocolException

Superclass for important exceptions thrown during FTP talk, that must be handled with care.

Author:
John Xing
See Also:
Serialized Form

Constructor Summary
FtpException()
           
FtpException(String message)
           
FtpException(String message, Throwable cause)
           
FtpException(Throwable cause)
           
 
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

FtpException

public FtpException()

FtpException

public FtpException(String message)

FtpException

public FtpException(String message,
                    Throwable cause)

FtpException

public FtpException(Throwable cause)


Copyright © 2004 The Nutch Organization.