Class FileItemStream.ItemSkippedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.vaadin.external.apache.commons.fileupload2.FileItemStream.ItemSkippedException
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- FileItemStream
This exception is thrown, if an attempt is made to read data from the
InputStream, which has been returned by
FileItemStream.openStream(), after
Iterator.hasNext() has been invoked on the iterator,
which created the FileItemStream.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ItemSkippedException
public ItemSkippedException()
-