org.apache.commons.fileupload
Class FileUploadBase.UnknownSizeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.commons.fileupload.FileUploadException
              extended byorg.apache.commons.fileupload.FileUploadBase.UnknownSizeException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
FileUploadBase

public static class FileUploadBase.UnknownSizeException
extends FileUploadException

Thrown to indicate that the request size is not specified.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
FileUploadBase.UnknownSizeException()
          Constructs a UnknownSizeException with no detail message.
FileUploadBase.UnknownSizeException(java.lang.String message)
          Constructs an UnknownSizeException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, 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()
Constructs a UnknownSizeException with no detail message.


FileUploadBase.UnknownSizeException

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

Parameters:
message - The detail message.