Class FileItemInput.ItemSkippedException

All Implemented Interfaces:
Serializable
Enclosing interface:
FileItemInput

public static class FileItemInput.ItemSkippedException extends FileUploadException
This exception is thrown, if an attempt is made to read data from the InputStream, which has been returned by FileItemInput.getInputStream(), after Iterator.hasNext() has been invoked on the iterator, which created the FileItemInput.
See Also: