com.enterprisedt.net.ftp.async
Class FTPOperationDiscardedException

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.async.FTPOperationDiscardedException
All Implemented Interfaces:
java.io.Serializable

public class FTPOperationDiscardedException
extends FTPException

This exception is thrown when an asynchronous operation is cancelled by the user before it has been scheduled to run.

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

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

Constructor Detail

FTPOperationDiscardedException

public FTPOperationDiscardedException(java.lang.String msg)


Copyright © 2001-2006 Enterprise Distributed Technologies Ltd. All Rights Reserved.