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()
Retrieves the limit that was exceeded.
|
getCause, printStackTrace, printStackTraceaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toStringpublic FileCountLimitExceededException(String message, long limit)
message - The detail messagelimit - The limit that was exceededpublic long getLimit()
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.