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 FileUploadIOException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.vaadin.external.apache.commons.fileupload2.pub.FileUploadIOException

All Implemented Interfaces:

Serializable

public class FileUploadIOException extends IOException

This exception is thrown for hiding an inner FileUploadException in an IOException.

See Also:

  • Constructor Details

    • FileUploadIOException

      public FileUploadIOException(FileUploadException pCause)

      Creates a FileUploadIOException with the given cause.

      Parameters:

      pCause - The exceptions cause, if any, or null.

  • Method Details

    • getCause

      public Throwable getCause()

      Returns the exceptions cause.

      Overrides:

      getCause in class Throwable

      Returns:

      The exceptions cause, if any, or null.