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
-
FTPException(String)
- Constructor.
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