Uses of Class
com.couchbase.client.core.error.context.CancellationErrorContext
-
Packages that use CancellationErrorContext Package Description com.couchbase.client.core.error -
-
Uses of CancellationErrorContext in com.couchbase.client.core.error
Methods in com.couchbase.client.core.error that return CancellationErrorContext Modifier and Type Method Description CancellationErrorContextRequestCanceledException. context()CancellationErrorContextTimeoutException. context()Constructors in com.couchbase.client.core.error with parameters of type CancellationErrorContext Constructor Description AmbiguousTimeoutException(String message, CancellationErrorContext ctx)RequestCanceledException(String message, CancellationReason reason, CancellationErrorContext ctx)TimeoutException(String message, CancellationErrorContext ctx)UnambiguousTimeoutException(String message, CancellationErrorContext ctx)
-