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:

    Serialized Form

    • Constructor Detail

      • NoInputStreamEvent

        public NoInputStreamEvent(Upload source,
                                  String filename,
                                  String MIMEType,
                                  long length)

        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.