|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.commons.fileupload.FileUploadException
org.apache.commons.fileupload.FileUploadBase.UnknownSizeException
public static class FileUploadBase.UnknownSizeException
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.
Constructor Summary | |
---|---|
FileUploadBase.UnknownSizeException()
Deprecated. Constructs a UnknownSizeException with no
detail message. |
|
FileUploadBase.UnknownSizeException(java.lang.String message)
Deprecated. Constructs an UnknownSizeException with
the specified detail message. |
Method Summary |
---|
Methods inherited from class org.apache.commons.fileupload.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 |
---|
public FileUploadBase.UnknownSizeException()
UnknownSizeException
with no
detail message.
public FileUploadBase.UnknownSizeException(java.lang.String message)
UnknownSizeException
with
the specified detail message.
message
- The detail message.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |