com.mindbright.net.ftp
Class FTPException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.mindbright.net.ftp.FTPException
All Implemented Interfaces:
java.io.Serializable

public class FTPException
extends java.lang.Exception

See Also:
Serialized Form

Field Summary
protected  int code
           
 
Constructor Summary
FTPException(int code, java.lang.String message)
           
 
Method Summary
 int getCode()
           
 
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

code

protected int code
Constructor Detail

FTPException

public FTPException(int code,
                    java.lang.String message)
Method Detail

getCode

public int getCode()