public class SizeLimitExceededException extends SizeException
| Constructor and Description | 
|---|
| SizeLimitExceededException(String message,
                          long actual,
                          long permitted)Constructs a  SizeExceededExceptionwith
 the specified detail message, and actual and permitted sizes. | 
getActualSize, getPermittedSizeaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic 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 © 2000-2020 Apache Software Foundation. All Rights Reserved.