public static class Upload.FailedEvent extends Upload.FinishedEvent
source
Constructor and Description |
---|
FailedEvent(Upload source,
String filename,
String mimeType,
long length) |
FailedEvent(Upload source,
String filename,
String mimeType,
long length,
Exception reason) |
Modifier and Type | Method and Description |
---|---|
Exception |
getReason()
Gets the exception that caused the failure.
|
getFilename, getLength, getMIMEType, getUpload
getComponent
getConnector
getSource, toString
public FailedEvent(Upload source, String filename, String mimeType, long length, Exception reason)
source
- filename
- mimeType
- length
- reason
- public Exception getReason()
Copyright © 2018 Vaadin Ltd. All rights reserved.