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.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
 
- 
- 
Constructor SummaryConstructors Constructor Description ItemSkippedException()
 
-