ftp2me
Class FtpProtocolException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ftp2me.FtpProtocolException

public class FtpProtocolException
extends java.lang.Exception

This exception is thrown when an error occures while communicating with a server. These errors are higher level than IOExceptions. For example when a server sends an unexpected error code, or some other reply that cannot be understood by ftp2me. If you cut the internet cable while transferring a file, an IOException is more likely to occur.


Method Summary
 
Methods inherited from class java.lang.Throwable
getMessage, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait