Class FTPOperationInterruptedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.enterprisedt.net.ftp.FTPException
com.enterprisedt.net.ftp.async.FTPOperationInterruptedException
All Implemented Interfaces:
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$
Author:
Bruce Blackshaw
See Also:
  • Constructor Details

    • FTPOperationInterruptedException

      public FTPOperationInterruptedException(String msg)