You're viewing an older version of Vaadin JavaDoc. Please see version 24.8.0 for the latest.
com.vaadin.external.apache.commons.fileupload2.pub.

Class FileCountLimitExceededException

All Implemented Interfaces:

Serializable

public class FileCountLimitExceededException extends FileUploadException

This exception is thrown if a request contains more files than the specified limit.

See Also:

  • Constructor Details

    • FileCountLimitExceededException

      public FileCountLimitExceededException(String message, long limit)

      Creates a new instance.

      Parameters:

      message - The detail message

      limit - The limit that was exceeded

  • Method Details

    • getLimit

      public long getLimit()

      Retrieves the limit that was exceeded.

      Returns:

      The limit that was exceeded by the request