com.enterprisedt.net.ftp.async
Class FTPOperationInterruptedException

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

public class FTPOperationInterruptedException
extends FTPException

This exception is thrown when an asynchronous operation is interrupted by the user while it is running (rather than being cancelled 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
FTPOperationInterruptedException(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

FTPOperationInterruptedException

public FTPOperationInterruptedException(java.lang.String msg)


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