Package org.apache.commons.fileupload
Class FileItemStream.ItemSkippedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.apache.commons.fileupload.FileItemStream.ItemSkippedException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing interface:
- FileItemStream
public static class FileItemStream.ItemSkippedException extends java.io.IOExceptionThis exception is thrown, if an attempt is made to read data from theInputStream, which has been returned byFileItemStream.openStream(), afterIterator.hasNext()has been invoked on the iterator, which created theFileItemStream.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUIDThe exceptions serial version UID, which is being used when serializing an exception instance.
-
Constructor Summary
Constructors Constructor Description ItemSkippedException()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
The exceptions serial version UID, which is being used when serializing an exception instance.- See Also:
- Constant Field Values
-
-