org.apache.commons.fileupload

Class FileUploadBase.SizeLimitExceededException

Enclosing Class:
FileUploadBase

public static class FileUploadBase.SizeLimitExceededException
extends FileUploadException

Thrown to indicate that the request size exceeds the configured maximum.

Constructor Summary

SizeLimitExceededException()
Constructs a SizeExceededException with no detail message.
SizeLimitExceededException(String message)
Constructs an SizeExceededException with the specified detail message.

Constructor Details

SizeLimitExceededException

public SizeLimitExceededException()
Constructs a SizeExceededException with no detail message.

SizeLimitExceededException

public SizeLimitExceededException(String message)
Constructs an SizeExceededException with the specified detail message.
Parameters:
message - The detail message.

Copyright © 2002-2003 Apache Software Foundation. All Rights Reserved.