|
OOP MimeParser Version 3.5 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.bentofw.util.TooLargeBodyException
public class TooLargeBodyException
When the Content-Length of the request exceeds the specified
max size, this exception is thrown.
This execption will be thrown by:
com.bentofw.web.mime.MimeParser
com.bentofw.web.mime.MimeParser
| Constructor Summary | |
|---|---|
TooLargeBodyException(int size,
int max)
When the Content-Length of the request exceeds the specified max size, this exception is thrown. |
|
| Method Summary | |
|---|---|
java.lang.String |
getCurrentContentLength()
Return the Content-Length of the current request. |
java.lang.String |
getMaxContentLength()
Return the maximum Content-Length to be allowed. |
java.lang.String |
getMessage()
|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TooLargeBodyException(int size,
int max)
com.bentofw.web.mime.MimeParser
| Method Detail |
|---|
public java.lang.String getMessage()
getMessage in class java.lang.Throwablepublic java.lang.String getCurrentContentLength()
public java.lang.String getMaxContentLength()
|
OOP MimeParser Version 3.5 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
ALL CONTENTS COPYRIGHT 2005, OOP-Research Corporation. All rights reserved.
Any questions and comments are welcome to OOP-Research Corporation.