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 - exception - public Exception getReason()
Copyright © 2023 Vaadin Ltd. All rights reserved.