org.apache.commons.fileupload

Class FileUploadBase.UnknownSizeException

Enclosing Class:
FileUploadBase

public static class FileUploadBase.UnknownSizeException
extends FileUploadException

Thrown to indicate that the request size is not specified.

Constructor Summary

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

Constructor Details

UnknownSizeException

public UnknownSizeException()
Constructs a UnknownSizeException with no detail message.

UnknownSizeException

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

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