All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.enterprisedt.net.ftp.FTPException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----com.enterprisedt.net.ftp.FTPException

public class FTPException
extends Exception
FTP specific exceptions

Author:
Bruce Blackshaw

Constructor Index

 o FTPException(String)
Constructor.

Constructors

 o FTPException
 public FTPException(String msg)
Constructor. Delegates to super.

Parameters:
msg - Message that the user will be able to retrieve

All Packages  Class Hierarchy  This Package  Previous  Next  Index