Package com.enterprisedt.net.ftp.async
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
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:
-
Field Summary
Fields inherited from class com.enterprisedt.net.ftp.FTPException
cvsId -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.enterprisedt.net.ftp.FTPException
getReplyCode, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
FTPOperationDiscardedException
-