public static class FileUploadBase.SizeLimitExceededException extends FileUploadBase.SizeException
| Constructor and Description | 
|---|
| SizeLimitExceededException()Deprecated. 
 1.2 Replaced by
  #SizeLimitExceededException(String, long, long) | 
| SizeLimitExceededException(String message)Deprecated. 
 1.2 Replaced by
  #SizeLimitExceededException(String, long, long) | 
| SizeLimitExceededException(String message,
                          long actual,
                          long permitted)Constructs a  SizeExceededExceptionwith
 the specified detail message, and actual and permitted sizes. | 
getActualSize, getPermittedSizegetCause, printStackTrace, printStackTraceaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString@Deprecated public SizeLimitExceededException()
#SizeLimitExceededException(String, long, long)@Deprecated public SizeLimitExceededException(String message)
#SizeLimitExceededException(String, long, long)message - The exceptions detail message.public SizeLimitExceededException(String message, long actual, long permitted)
SizeExceededException with
 the specified detail message, and actual and permitted sizes.message - The detail message.actual - The actual request size.permitted - The maximum permitted request size.Copyright © 2002–2019 The Apache Software Foundation. All rights reserved.