com.mortbay.FTP
Class FtpReplyException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--com.mortbay.FTP.FtpException
                          |
                          +--com.mortbay.FTP.FtpReplyException

public class FtpReplyException
extends FtpException

See Also:
Serialized Form

Field Summary
 com.mortbay.FTP.CmdReply reply
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

reply

public com.mortbay.FTP.CmdReply reply