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() |
details, details, getMessage
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public QueryExecutionException(String message, JsonObject n1qlError)
public QueryExecutionException(String message, JsonObject n1qlError, Throwable cause)
public JsonObject getN1qlError()
Copyright © 2015 Couchbase, Inc.