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, getUploadgetComponentgetConnectorgetSource, toStringpublic FailedEvent(Upload source, String filename, String mimeType, long length, Exception reason)
source - filename - mimeType - length - reason - public Exception getReason()
Copyright © 2020 Vaadin Ltd. All rights reserved.