Class JmixFileUpload.FailedEvent

java.lang.Object
java.util.EventObject
com.vaadin.event.ConnectorEvent
com.vaadin.ui.Component.Event
io.jmix.ui.widget.JmixFileUpload.FinishedEvent
io.jmix.ui.widget.JmixFileUpload.FailedEvent
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
JmixFileUpload.NoInputStreamEvent, JmixFileUpload.NoOutputStreamEvent
Enclosing class:
JmixFileUpload

public static class JmixFileUpload.FailedEvent extends JmixFileUpload.FinishedEvent
JmixFileUpload.FailedEvent event is sent when the upload is received, but the reception is interrupted for some reason.
See Also:
  • Constructor Details

  • Method Details

    • getReason

      public Exception getReason()
      Gets the exception that caused the failure.
      Returns:
      the exception that caused the failure, null if n/a