| Package | Description |
|---|---|
| com.couchbase.client.core.error |
| Modifier and Type | Method and Description |
|---|---|
CancellationErrorContext |
RequestCanceledException.context() |
CancellationErrorContext |
TimeoutException.context() |
| Modifier and Type | Method and Description |
|---|---|
static AuthenticationFailureException |
AuthenticationFailureException.onAuthError(CancellationErrorContext errorContext,
Throwable cause) |
| Constructor and Description |
|---|
AmbiguousTimeoutException(String message,
CancellationErrorContext ctx) |
RequestCanceledException(String message,
CancellationReason reason,
CancellationErrorContext ctx) |
RequestCanceledException(String message,
CancellationReason reason,
Throwable cause,
CancellationErrorContext ctx) |
TimeoutException(String message,
CancellationErrorContext ctx) |
UnambiguousTimeoutException(String message,
CancellationErrorContext ctx) |
Copyright © 2024 Couchbase, Inc.. All rights reserved.