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