@Deprecated public static class Upload.FailedEvent extends Upload.FinishedEvent
source| Constructor and Description |
|---|
FailedEvent(Upload source,
String filename,
String mimeType,
long length)
Deprecated.
|
FailedEvent(Upload source,
String filename,
String mimeType,
long length,
Exception reason)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Exception |
getReason()
Deprecated.
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 - exception - public Exception getReason()
Copyright © 2019 Vaadin Ltd. All rights reserved.