Package com.enterprisedt.net.ftp
Class FTPException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.enterprisedt.net.ftp.FTPException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
FTPConnectionClosedException,FTPTransferCancelledException,MalformedReplyException
FTP specific exceptions
- Version:
- $Revision$
- Author:
- Bruce Blackshaw
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionFTPException(FTPReply reply) Constructor.FTPException(String msg) Constructor.FTPException(String msg, String replyCode) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionintGet the reply code if it existstoString()Returns a short description of this exceptionMethods 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
-
FTPException
Constructor. Delegates to super.- Parameters:
msg- Message that the user will be able to retrieve
-
FTPException
Constructor. Permits setting of reply code- Parameters:
msg- message that the user will be able to retrievereplyCode- string form of reply code
-
FTPException
Constructor. Permits setting of reply code- Parameters:
reply- reply object
-
-
Method Details