Class FileUploadIOException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.tomcat.util.http.fileupload.impl.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.