Class FileItemStream.ItemSkippedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.apache.tomcat.util.http.fileupload.FileItemStream.ItemSkippedException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing interface:
- FileItemStream
public static class FileItemStream.ItemSkippedException extends java.io.IOException
This 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
-
-
Constructor Summary
Constructors Constructor Description ItemSkippedException()
-