org.apache.wicket.util.upload
Class FileUploadBase.UnknownSizeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.wicket.util.upload.FileUploadException
              extended by org.apache.wicket.util.upload.FileUploadBase.UnknownSizeException
All Implemented Interfaces:
Serializable
Enclosing class:
FileUploadBase

Deprecated. As of commons-fileupload 1.2, the presence of a content-length header is no longer required.

@Deprecated
public static class FileUploadBase.UnknownSizeException
extends FileUploadException

Thrown to indicate that the request size is not specified. In other words, it is thrown, if the content-length header is missing or contains the value -1.

See Also:
Serialized Form

Constructor Summary
FileUploadBase.UnknownSizeException()
          Deprecated. Constructs a UnknownSizeException with no detail message.
FileUploadBase.UnknownSizeException(String message)
          Deprecated. Constructs an UnknownSizeException with the specified detail message.
 
Method Summary
 
Methods inherited from class org.apache.wicket.util.upload.FileUploadException
getCause, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FileUploadBase.UnknownSizeException

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


FileUploadBase.UnknownSizeException

public FileUploadBase.UnknownSizeException(String message)
Deprecated. 
Constructs an UnknownSizeException with the specified detail message.

Parameters:
message - The detail message.


Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.