Class ItemSkippedException

  • All Implemented Interfaces:
    Serializable

    public class ItemSkippedException
    extends IOException
    Der Lowlevel MultipartParser aus dem Projekt Apache Commons Fileupload ohne Abhaengigkeiten zum Rest von Commons Fileupload und Commons IO. This exception is thrown, if an attempt is made to read data from the InputStream, which has been returned by FileItemStream#openStream(), after java.util.Iterator#hasNext() has been invoked on the iterator, which created the FileItemStream.
    See Also:
    Serialized Form
    • Constructor Detail

      • ItemSkippedException

        public ItemSkippedException()