|
|||||||||||
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
FTP specific exceptions
Constructor Summary | |
FTPException(java.lang.String msg)
Constructor. |
|
FTPException(java.lang.String msg,
java.lang.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 |
Constructor Detail |
public FTPException(java.lang.String msg)
msg
- Message that the user will be
able to retrievepublic FTPException(java.lang.String msg, java.lang.String replyCode)
msg
- message that the user will be
able to retrievereplyCode
- string form of reply codeMethod Detail |
public int getReplyCode()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |