| 
 | edtFTPj | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.enterprisedt.net.ftp.FTPException
public class FTPException
FTP specific exceptions
| Field Summary | |
|---|---|
| static String | cvsIdRevision control id | 
| Constructor Summary | |
|---|---|
| FTPException(FTPReply reply)Constructor. | |
| FTPException(String msg)Constructor. | |
| FTPException(String msg,
             String replyCode)Constructor. | |
| Method Summary | |
|---|---|
|  int | getReplyCode()Get the reply code if it exists | 
| Methods inherited from class java.lang.Throwable | 
|---|
| fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
|---|
public static final String cvsId
| Constructor Detail | 
|---|
public FTPException(String msg)
msg - Message that the user will be
                  able to retrieve
public FTPException(String msg,
                    String replyCode)
msg - message that the user will be
                       able to retrievereplyCode - string form of reply codepublic FTPException(FTPReply reply)
reply - reply object| Method Detail | 
|---|
public int getReplyCode()
| 
 | edtFTPj | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||