public final class ContentTooLargeException
extends java.lang.RuntimeException
RuntimeException
raised when the length of request or response content exceeds its limit.Modifier and Type | Method and Description |
---|---|
static ContentTooLargeException |
get()
Returns a
ContentTooLargeException which may be a singleton or a new instance, depending on
whether the verbose mode is enabled. |
public static ContentTooLargeException get()
ContentTooLargeException
which may be a singleton or a new instance, depending on
whether the verbose mode
is enabled.