We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.external.apache.commons.fileupload2.pub.
Class FileCountLimitExceededException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.vaadin.external.apache.commons.fileupload2.FileUploadException
com.vaadin.external.apache.commons.fileupload2.pub.FileCountLimitExceededException
All Implemented Interfaces:
This exception is thrown if a request contains more files than the specified limit.
See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFileCountLimitExceededException
(String message, long limit) Creates a new instance.
-
Method Summary
Methods inherited from class com.vaadin.external.apache.commons.fileupload2.FileUploadException
getCause, printStackTrace, printStackTrace
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FileCountLimitExceededException
Creates a new instance.
Parameters:
message
- The detail messagelimit
- 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
-