Class QueryStreamException

  • All Implemented Interfaces:
    Serializable

    public class QueryStreamException
    extends CouchbaseException
    Exception thrown when the Query stream subscribers - did not send enough requests to consume the entire chunked response in the stream - do not consume the request response - do not send a request before the stream times out and releases the response further on the socket, so the socket can be used for other requests.
    See Also:
    Serialized Form
    • Constructor Detail

      • QueryStreamException

        public QueryStreamException()
      • QueryStreamException

        public QueryStreamException​(String message)
      • QueryStreamException

        public QueryStreamException​(String message,
                                    Throwable cause)
      • QueryStreamException

        public QueryStreamException​(Throwable cause)