Class QueryExecutionException

  • All Implemented Interfaces:
    Serializable

    public class QueryExecutionException
    extends CouchbaseException
    A CouchbaseException representing various errors during N1QL querying, when an actual Exception wrapping a JsonObject is needed. It can also be thrown when the result handle is not available during deferred query rows fetch, the result handle is available only when the status poll returns success.
    Since:
    2.2
    Author:
    Simon Baslé
    See Also:
    Serialized Form
    • Constructor Detail

      • QueryExecutionException

        public QueryExecutionException​(String message,
                                       JsonObject n1qlError)
    • Method Detail