com.vaadin.flow.component.upload.

Class NoInputStreamEvent

All Implemented Interfaces:

Serializable

public class NoInputStreamEvent extends FailedEvent

FailedEvent that indicates that an input stream could not be obtained.

See Also:

  • Constructor Details

    • NoInputStreamEvent

      public NoInputStreamEvent(Upload source, String fileName, String mimeType, long length)

      Create an instance of the event.

      Parameters:

      source - the source of the file

      fileName - the received file name

      mimeType - the MIME type of the received file

      length - the length of the received file