Package org.apache.commons.fileupload
Class FileUploadBase.IOFileUploadException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.commons.fileupload.FileUploadException
org.apache.commons.fileupload.FileUploadBase.IOFileUploadException
- All Implemented Interfaces:
Serializable
- Enclosing class:
FileUploadBase
Thrown to indicate an IOException.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIOFileUploadException
(String message, IOException cause) Creates a new instance with the given cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IOFileUploadException
Creates a new instance with the given cause.- Parameters:
message
- The detail message.cause
- The exceptions cause.
-