|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.apache.commons.fileupload.FileUploadException
|
+--org.apache.commons.fileupload.FileUploadBase.UnknownSizeException
Thrown to indicate that the request size is not specified.
| 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 |
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 | |||||||||