Class FTPOperationDiscardedException

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

    • FTPOperationDiscardedException

      public FTPOperationDiscardedException(String msg)