org.mortbay.ftp
Class FtpReplyException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--org.mortbay.ftp.FtpException
                          |
                          +--org.mortbay.ftp.FtpReplyException
All Implemented Interfaces:
java.io.Serializable

public class FtpReplyException
extends FtpException

See Also:
Serialized Form

Field Summary
 org.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 org.mortbay.ftp.CmdReply reply


Copyright © GNU, wttools developers Team.