Package com.couchbase.client.core.error
Class QueryStreamException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.couchbase.client.core.error.CouchbaseException
-
- com.couchbase.client.core.error.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 Summary
Constructors Constructor Description QueryStreamException()
QueryStreamException(String message)
QueryStreamException(String message, Throwable cause)
QueryStreamException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-