public class RequestCanceledException extends CouchbaseException
| Constructor and Description |
|---|
RequestCanceledException(String message,
CancellationReason reason,
CancellationErrorContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
CancellationErrorContext |
context()
Returns the error context, if present.
|
CancellationReason |
reason() |
toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic RequestCanceledException(String message, CancellationReason reason, CancellationErrorContext ctx)
@Stability.Uncommitted public CancellationErrorContext context()
CouchbaseExceptioncontext in class CouchbaseException@Stability.Uncommitted public CancellationReason reason()
Copyright © 2021 Couchbase, Inc.. All rights reserved.