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:
java.io.Serializable
- Enclosing class:
- FileUploadBase
public static class FileUploadBase.IOFileUploadException extends FileUploadException
Thrown to indicate an IOException.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUIDThe exceptions UID, for serializing an instance.
-
Constructor Summary
Constructors Constructor Description IOFileUploadException(java.lang.String message, java.io.IOException cause)Creates a new instance with the given cause.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
The exceptions UID, for serializing an instance.- See Also:
- Constant Field Values
-
-