Class FileItemStream.ItemSkippedException

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing interface:
    FileItemStream

    public static class FileItemStream.ItemSkippedException
    extends java.io.IOException
    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.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID
      The exceptions serial version UID, which is being used when serializing an exception instance.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

      • serialVersionUID

        private static final long serialVersionUID
        The exceptions serial version UID, which is being used when serializing an exception instance.
        See Also:
        Constant Field Values
    • Constructor Detail

      • ItemSkippedException

        public ItemSkippedException()