|
||||||||||
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
info.sswap.api.servlet.ClientException
info.sswap.api.servlet.RequestEntityTooLargeException
public class RequestEntityTooLargeException
Exception class for HTTP response code 413 Request Entity Too Large.
Field Summary | |
---|---|
protected static java.lang.String |
defaultMessage
|
private static long |
serialVersionUID
Default |
Constructor Summary | |
---|---|
RequestEntityTooLargeException()
|
Method Summary | |
---|---|
int |
getResponseCode()
The HTTP response (status) code 413 Request Entity Too Large |
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 |
Field Detail |
---|
protected static java.lang.String defaultMessage
private static final long serialVersionUID
Constructor Detail |
---|
public RequestEntityTooLargeException()
Method Detail |
---|
public int getResponseCode()
getResponseCode
in class ClientException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |