org.apache.tomcat.util.http.fileupload
public static class FileUploadBase.UnknownSizeException extends FileUploadException
Constructor Summary | |
---|---|
UnknownSizeException()
Constructs a UnknownSizeException with no
detail message. | |
UnknownSizeException(String message)
Constructs an UnknownSizeException with
the specified detail message.
|
UnknownSizeException
with no
detail message.UnknownSizeException
with
the specified detail message.
Parameters: message The detail message.