Class FileUploadFileCountLimitException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.commons.fileupload2.core.FileUploadException
org.apache.commons.fileupload2.core.FileUploadSizeException
org.apache.commons.fileupload2.core.FileUploadFileCountLimitException
- All Implemented Interfaces:
- Serializable
Signals that a request contains more files than the specified limit.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionFileUploadFileCountLimitException(String message, long limit, long actual) Constructs an instance.
- 
Method SummaryMethods inherited from class org.apache.commons.fileupload2.core.FileUploadSizeExceptiongetActualSize, getPermittedMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
FileUploadFileCountLimitExceptionConstructs an instance.- Parameters:
- message- The detail message (which is saved for later retrieval by the- Throwable.getMessage()method)
- limit- The limit that was exceeded.
- actual- The actual value.
 
 
-