public static class FileUploadBase.SizeLimitExceededException extends FileUploadBase.SizeException
Constructor and Description |
---|
SizeLimitExceededException()
Deprecated.
1.2 Replaced by
SizeLimitExceededException(String, long, long) |
SizeLimitExceededException(java.lang.String message)
Deprecated.
1.2 Replaced by
#SizeLimitExceededException(String, long, long) |
SizeLimitExceededException(java.lang.String message,
long actual,
long permitted)
Constructs a
SizeExceededException with
the specified detail message, and actual and permitted sizes. |
getActualSize, getPermittedSize
getCause, printStackTrace, printStackTrace
@Deprecated public SizeLimitExceededException()
SizeLimitExceededException(String, long, long)
@Deprecated public SizeLimitExceededException(java.lang.String message)
#SizeLimitExceededException(String, long, long)
message
- The exceptions detail message.public SizeLimitExceededException(java.lang.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 © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"