Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.enterprisedt.net.ftp
Class FTPException  view FTPException download FTPException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.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 Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
private static java.lang.String cvsId
          Revision control id
private  int replyCode
          Integer reply code
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
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
 

Field Detail

cvsId

private static java.lang.String cvsId
Revision control id


replyCode

private int replyCode
Integer reply code

Constructor Detail

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

Method Detail

getReplyCode

public int getReplyCode()
Get the reply code if it exists