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

Class IOFileUploadException

All Implemented Interfaces:

Serializable

public class IOFileUploadException extends FileUploadException

Thrown to indicate an IOException.

See Also:

  • Constructor Details

    • IOFileUploadException

      public IOFileUploadException(String pMsg, IOException pException)

      Creates a new instance with the given cause.

      Parameters:

      pMsg - The detail message.

      pException - The exceptions cause.

  • Method Details