org.apache.tomcat.util.http.fileupload

Class FileUploadBase.SizeLimitExceededException

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 Detail

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 © 2000-2011 Apache Software Foundation. All Rights Reserved.