java.lang.Object
java.lang.Throwable
java.lang.Exception
com.enterprisedt.net.ftp.FTPException
- All Implemented Interfaces:
- java.io.Serializable
- public class FTPException
- extends java.lang.Exception
FTP specific exceptions
- Version:
- $Revision: 1.3 $
| Nested classes inherited from class java.lang.Throwable |
|
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
|
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 |
cvsId
private static java.lang.String cvsId
- Revision control id
replyCode
private int replyCode
- Integer reply code
FTPException
public FTPException(java.lang.String msg)
- Constructor. Delegates to super.
FTPException
public FTPException(java.lang.String msg,
java.lang.String replyCode)
- Constructor. Permits setting of reply code
getReplyCode
public int getReplyCode()
- Get the reply code if it exists