public class CouchbaseException extends RuntimeException
Constructor and Description |
---|
CouchbaseException()
Deprecated.
|
CouchbaseException(String message) |
CouchbaseException(String message,
ErrorContext ctx) |
CouchbaseException(String message,
Throwable cause) |
CouchbaseException(String message,
Throwable cause,
ErrorContext ctx) |
CouchbaseException(Throwable cause)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ErrorContext |
context()
Returns the error context, if present.
|
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
@Deprecated public CouchbaseException()
@Deprecated public CouchbaseException(Throwable cause)
public CouchbaseException(String message)
public CouchbaseException(String message, ErrorContext ctx)
public CouchbaseException(String message, Throwable cause, ErrorContext ctx)
@Stability.Uncommitted public ErrorContext context()
Copyright © 2020 Couchbase, Inc.. All rights reserved.