public final class ContentTooLargeException extends 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
Flags.verboseExceptionSampler()'s decision. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static ContentTooLargeException get()
ContentTooLargeException which may be a singleton or a new instance, depending on
Flags.verboseExceptionSampler()'s decision.Copyright © 2020 LeanCloud. All rights reserved.