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() |
public RequestBodyTooLargeException(long maxContentLength, long receivedContentLength)
public long getMaxContentLength()
public long getReceivedContentLength()
public int getClientErrorCode()
getClientErrorCode
in class ClientErrorException