You're viewing an older version of Vaadin JavaDoc. Please see version 24.8.0 for the latest.
com.vaadin.external.apache.commons.fileupload2.

Class MultipartStream.MalformedStreamException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.vaadin.external.apache.commons.fileupload2.MultipartStream.MalformedStreamException

All Implemented Interfaces:

Serializable

Enclosing class:

MultipartStream

public static class MultipartStream.MalformedStreamException extends IOException

Thrown to indicate that the input stream fails to follow the required syntax.

See Also:

  • Constructor Details

    • MalformedStreamException

      public MalformedStreamException()

      Constructs a MalformedStreamException with no detail message.

    • MalformedStreamException

      public MalformedStreamException(String message)

      Constructs an MalformedStreamException with the specified detail message.

      Parameters:

      message - The detail message.