Class Ftp.FtpException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--Ftp.FtpException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Ftp

public static class Ftp.FtpException
extends java.lang.Exception

This exception is thrown when something goes wrong during the FTP transfer.

See Also:
Serialized Form

Constructor Summary
Ftp.FtpException(java.lang.String msg)
           
 
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
 

Constructor Detail

Ftp.FtpException

public Ftp.FtpException(java.lang.String msg)