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