org.backsource.adaptor.ftp
Class FTPTimeoutException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.backsource.utils.lang.NestableException
              extended byorg.backsource.adaptor.ftp.FTPException
                  extended byorg.backsource.adaptor.ftp.FTPTimeoutException
All Implemented Interfaces:
java.io.Serializable

public class FTPTimeoutException
extends FTPException

Exception raised when a timeout has occured, can happen with every FTP command.

Version:
$Revision: 1.1.1.1 $
Author:
Peter Antman
See Also:
Serialized Form

Constructor Summary
FTPTimeoutException()
           
FTPTimeoutException(java.lang.Exception ex)
           
FTPTimeoutException(java.lang.String msg)
           
FTPTimeoutException(java.lang.String msg, java.lang.Exception ex)
           
 
Methods inherited from class org.backsource.adaptor.ftp.FTPException
getMessage, getReason, getReasonCode, getReasonString, setReason, setReasonCode, toString
 
Methods inherited from class org.backsource.utils.lang.NestableException
main, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FTPTimeoutException

public FTPTimeoutException()

FTPTimeoutException

public FTPTimeoutException(java.lang.Exception ex)

FTPTimeoutException

public FTPTimeoutException(java.lang.String msg)

FTPTimeoutException

public FTPTimeoutException(java.lang.String msg,
                           java.lang.Exception ex)


Copyright © 2003-2004 Backsource. All Rights Reserved.