public class FileCountLimitExceededException extends FileUploadException
| Constructor and Description |
|---|
FileCountLimitExceededException(String message,
long limit)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getLimit()
Gets the limit that was exceeded.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic FileCountLimitExceededException(String message, long limit)
message - The detail messagelimit - The limit that was exceededCopyright © 2002–2025 The Apache Software Foundation. All rights reserved.