[TOC]

  • Detail:
  • Field |
  • Constr |
  • Method

org.apache.nutch.protocol.ftp

Class FtpException


public class FtpException
extends ProtocolException

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

Constructor Summary

Constructors Constructor and Description FtpException() FtpException(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

-    

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)

  • Detail:
  • Field |
  • Constr |
  • Method

Copyright © 2014 The Apache Software Foundation