echopoint.tucana.event
Class DownloadFailEvent
java.lang.Object
java.util.EventObject
echopoint.tucana.event.DownloadEvent
echopoint.tucana.event.DownloadFailEvent
- All Implemented Interfaces:
- Serializable
public class DownloadFailEvent
- extends DownloadEvent
A download event that indicates that a download request from the client
failed (usually not due to user interaction).
- Version:
- $Id: DownloadFailEvent.java 92 2008-11-11 19:49:44Z sptrakesh $
- Author:
- Rakesh 2008-11-11
- See Also:
- Serialized Form
DownloadFailEvent
public DownloadFailEvent(DownloadCommand source,
DownloadProvider provider,
Exception exception)
throws IllegalArgumentException
- Constructs a new download event with the specified content attributes.
- Parameters:
source - The object on which the Event initially occurred.provider - The download provider that contains information about the
content that was downloaded.exception - The cause of the failure.
- Throws:
IllegalArgumentException - if source is null.
getException
public Exception getException()
- Accessor for property 'exception'.
- Returns:
- Value for property 'exception'.