Class 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:
  • Constructor Details

    • FtpException

      public FtpException()
    • FtpException

      public FtpException(String message)
    • FtpException

      public FtpException(String message, Throwable cause)
    • FtpException

      public FtpException(Throwable cause)