echopoint.tucana.event
Class UploadCancelEvent
java.lang.Object
java.util.EventObject
echopoint.tucana.event.UploadEvent
echopoint.tucana.event.UploadCancelEvent
- All Implemented Interfaces:
- Serializable
public class UploadCancelEvent
- extends UploadEvent
An upload event representing an upload that was cancelled.
Note: Development of this component was sponsored by TCN
Broadcasting. We are grateful for their support and sponsorship.
- Version:
- $Id: UploadCancelEvent.java 90 2008-11-11 01:41:05Z sptrakesh $
- Author:
- Echo File Transfer Library
- See Also:
- Serialized Form
UploadCancelEvent
public UploadCancelEvent(FileUploadSelector source,
String index,
String fileName,
String contentType,
Exception exception)
- Creates a new
UploadEvent
.
- Parameters:
source
- the source of the eventindex
- the index of the uploadfileName
- the name of the file, may not contain path informationcontentType
- the content type of the uploaded fileexception
- The exception that was triggered by the cancel.
getException
public Exception getException()
- Accessor for property 'exception'.
- Returns:
- Value for property 'exception'.