Class FileUploadIOException

  • All Implemented Interfaces:
    Serializable

    public class FileUploadIOException
    extends IOException
    Der Lowlevel MultipartParser aus dem Projekt Apache Commons Fileupload ohne Abhaengigkeiten zum Rest von Commons Fileupload und Commons IO. This exception is thrown for hiding an inner FileUploadException in an IOException
    See Also:
    Serialized Form
    • Constructor Detail

      • FileUploadIOException

        public FileUploadIOException​(Exception pCause)
        Creates a FileUploadIOException with the given cause.
        Parameters:
        pCause - The exceptions cause, if any, or null.
    • Method Detail

      • getCause

        public Throwable getCause()
        Returns the exceptions cause.
        Overrides:
        getCause in class Throwable
        Returns:
        The exceptions cause, if any, or null.