com.vaadin.flow.component.upload.

Class NoOutputStreamEvent

  • All Implemented Interfaces:

    Serializable


    public class NoOutputStreamEvent
    extends FailedEvent

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

    See Also:

    Serialized Form

    • Constructor Detail

      • NoOutputStreamEvent

        public NoOutputStreamEvent(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.