org.apache.commons.fileupload
Class FileUploadBase.SizeLimitExceededException
- FileUploadBase
public static class FileUploadBase.SizeLimitExceededException
Thrown to indicate that the request size exceeds the configured maximum.
SizeLimitExceededException
public SizeLimitExceededException()
Constructs a SizeExceededException with no
detail message.
SizeLimitExceededException
public SizeLimitExceededException(String message)
Constructs an SizeExceededException with
the specified detail message.
message - The detail message.
Copyright © 2002-2003 Apache Software Foundation. All Rights Reserved.