edtFTPj/Free - Open-source FTP library for Java | Download


com.enterprisedt.net.ftp
Class FTPTransferCancelledException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.enterprisedt.net.ftp.FTPException
              extended by com.enterprisedt.net.ftp.FTPTransferCancelledException
All Implemented Interfaces:
java.io.Serializable

public class FTPTransferCancelledException
extends FTPException

Thrown when an FTP transfer has been cancelled

Version:
$Revision: 1.4 $
Author:
Bruce Blackshaw
See Also:
Serialized Form

Field Summary
static java.lang.String cvsId
          Revision control id
 
Constructor Summary
FTPTransferCancelledException()
          Constructor.
 
Method Summary
 
Methods inherited from class com.enterprisedt.net.ftp.FTPException
getReplyCode, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

cvsId

public static final java.lang.String cvsId
Revision control id

See Also:
Constant Field Values
Constructor Detail

FTPTransferCancelledException

public FTPTransferCancelledException()
Constructor. Delegates to super.



Copyright (c) 2001-2007 Enterprise Distributed Technologies Ltd. All Rights Reserved.