Class FileUploadBase.FileUploadIOException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.commons.fileupload.FileUploadBase.FileUploadIOException
All Implemented Interfaces:
Serializable
Enclosing class:
FileUploadBase

public static class FileUploadBase.FileUploadIOException extends IOException
Signals that a FileUpload I/O exception of some sort has occurred. This class is the general class of exceptions produced by failed or interrupted FileUpload I/O operations. This exception wraps a FileUploadException.
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      The exceptions UID, for serializing an instance.
      See Also:
  • Constructor Details

    • FileUploadIOException

      public FileUploadIOException(FileUploadException cause)
      Creates a FileUploadIOException with the given cause.
      Parameters:
      cause - The exceptions cause, if any, or null.