Package com.enterprisedt.net.ftp.async
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
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:
-
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
-
FTPOperationInterruptedException
-