Class FileItemInput.ItemSkippedException

All Implemented Interfaces:
Serializable
Enclosing interface:
FileItemInput

public static class FileItemInput.ItemSkippedException extends FileUploadException
This exception is thrown, if an attempt is made to read data from the InputStream, which has been returned by FileItemInput.getInputStream(), after Iterator.hasNext() has been invoked on the iterator, which created the FileItemInput.
See Also:
  • Field Details

    • serialVersionUID

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

    • ItemSkippedException

      ItemSkippedException(String message)
      Constructs an instance with a given detail message.
      Parameters:
      message - The detail message (which is saved for later retrieval by the Throwable.getMessage() method)