Class FileCountLimitExceededException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.io.IOException
- 
- org.apache.tomcat.util.http.fileupload.FileUploadException
- 
- org.apache.tomcat.util.http.fileupload.impl.FileCountLimitExceededException
 
 
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class FileCountLimitExceededException extends FileUploadException This exception is thrown if a request contains more files than the specified limit.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description FileCountLimitExceededException(java.lang.String message, long limit)Creates a new instance.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetLimit()Retrieves the limit that was exceeded.
 
-