Package com.couchbase.client.core.error
Class RequestCanceledException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.couchbase.client.core.error.CouchbaseException
com.couchbase.client.core.error.RequestCanceledException
- All Implemented Interfaces:
Serializable
public class RequestCanceledException extends CouchbaseException
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description RequestCanceledException(String message, CancellationReason reason, CancellationErrorContext ctx) -
Method Summary
Modifier and Type Method Description CancellationErrorContextcontext()Returns the error context, if present.CancellationReasonreason()Methods inherited from class com.couchbase.client.core.error.CouchbaseException
toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
RequestCanceledException
public RequestCanceledException(String message, CancellationReason reason, CancellationErrorContext ctx)
-
-
Method Details
-
context
Description copied from class:CouchbaseExceptionReturns the error context, if present.- Overrides:
contextin classCouchbaseException
-
reason
-