Package com.enterprisedt.net.ftp
Class FTPConnectionClosedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.enterprisedt.net.ftp.FTPException
com.enterprisedt.net.ftp.FTPConnectionClosedException
- All Implemented Interfaces:
Serializable
Thrown when an FTP transfer has been closed by the server
- Version:
- $Revision$
- Author:
- Bruce Blackshaw
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.enterprisedt.net.ftp.FTPException
getReplyCode, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Field Details
-
cvsId
Revision control id- See Also:
-
-
Constructor Details
-
FTPConnectionClosedException
Constructor. Delegates to super.
-