Package com.helger.web.multipart
Class MultipartItemSkippedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- com.helger.web.multipart.MultipartItemSkippedException
-
- All Implemented Interfaces:
Serializable
public class MultipartItemSkippedException extends IOException
This exception is thrown, if an attempt is made to read data from theInputStream, which has been returned byIFileItemStream.openStream(), afterIterator.hasNext()has been invoked on the iterator, which created theIFileItemStream.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MultipartItemSkippedException()
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-