@InterfaceStability.Committed @InterfaceAudience.Public public class DocumentTooDeepException extends SubDocumentException
Subdocument exception thrown when document is too deep to parse.
The current limitation is there to ensure a single parse does not consume too much memory (overloading the server). This error is similar to other TooDeep errors, which all relate to various validation stages to ensure the server does not consume too much memory when parsing a single document.
Constructor and Description |
---|
DocumentTooDeepException(String id) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DocumentTooDeepException(String id)
Copyright © 2015 Couchbase, Inc.