@InterfaceStability.Committed @InterfaceAudience.Public public abstract class SubDocumentException extends CouchbaseException
An abstract common class for all CouchbaseException
that relates to the sub-document feature.
Modifier | Constructor and Description |
---|---|
protected |
SubDocumentException(String message) |
protected |
SubDocumentException(String message,
Throwable cause) |
protected |
SubDocumentException(Throwable cause) |
details, details, getMessage
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2015 Couchbase, Inc.