org.apache.tomcat.util.http.fileupload

Class FileUploadBase.UnknownSizeException

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 Detail

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