|
Apache Tomcat 6.0.53 | ||||||||
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.tomcat.util.http.fileupload.FileUploadException org.apache.tomcat.util.http.fileupload.FileUploadBase.UnknownSizeException
public static class 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. |
Method Summary |
---|
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.
|
Apache Tomcat 6.0.53 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |