|
||||||||||
| 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 java.lang.String |
cvsId
Revision control id |
| Constructor Summary | |
|---|---|
FTPException(FTPReply reply)
Constructor. |
|
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 |
java.lang.String |
toString()
Returns a short description of this exception |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String cvsId
| Constructor Detail |
|---|
public FTPException(java.lang.String msg)
msg - Message that the user will be
able to retrieve
public FTPException(java.lang.String msg,
java.lang.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()
public java.lang.String toString()
toString in class java.lang.Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||