|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.commons.fileupload.FileItemStream.ItemSkippedException
public static class FileItemStream.ItemSkippedException
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.
| Field Summary | |
|---|---|
private static long |
serialVersionUID
The exceptions serial version UID, which is being used when serializing an exception instance. |
| Constructor Summary | |
|---|---|
FileItemStream.ItemSkippedException()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private static final long serialVersionUID
| Constructor Detail |
|---|
public FileItemStream.ItemSkippedException()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||