Package de.uhilger.httpserver.up
Class ItemSkippedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- de.uhilger.httpserver.up.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 Summary
Constructors Constructor Description ItemSkippedException()
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-