public class QueryExecutionException extends CouchbaseException
A CouchbaseException representing various errors during N1QL querying, when an actual Exception wrapping a JsonObject is needed.
| Constructor and Description |
|---|
QueryExecutionException(String message,
JsonObject n1qlError) |
QueryExecutionException(String message,
JsonObject n1qlError,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
JsonObject |
getN1qlError() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic QueryExecutionException(String message, JsonObject n1qlError)
public QueryExecutionException(String message, JsonObject n1qlError, Throwable cause)
public JsonObject getN1qlError()
Copyright © 2015 Couchbase, Inc.