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:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final longThe exceptions UID, for serializing an instance. -
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
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDThe exceptions UID, for serializing an instance.- See Also:
-
-
Constructor Details
-
IOFileUploadException
Creates a new instance with the given cause.- Parameters:
message- The detail message.cause- The exceptions cause.
-