| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception com.enterprisedt.net.ftp.FTPException
FTPException | public class FTPException extends Exception (Code) | | FTP specific exceptions
author: Bruce Blackshaw version: $Revision: 1.1.1.1 $ |
FTPException | public FTPException(String msg)(Code) | | Constructor. Delegates to super.
Parameters: msg - Message that the user will beable to retrieve |
FTPException | public FTPException(String msg, String replyCode)(Code) | | Constructor. Permits setting of reply code
Parameters: msg - message that the user will beable to retrieve Parameters: replyCode - string form of reply code |
getReplyCode | public int getReplyCode()(Code) | | Get the reply code if it exists
reply if it exists, -1 otherwise |
|
|
|