public class RequestBodyTooLargeException extends ClientErrorException
| Constructor and Description |
|---|
RequestBodyTooLargeException(long maxContentLength,
long receivedContentLength) |
| Modifier and Type | Method and Description |
|---|---|
int |
getClientErrorCode() |
long |
getMaxContentLength() |
long |
getReceivedContentLength() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RequestBodyTooLargeException(long maxContentLength,
long receivedContentLength)
public long getMaxContentLength()
public long getReceivedContentLength()
public int getClientErrorCode()
getClientErrorCode in class ClientErrorException