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