-
Constructors in com.couchbase.client.core.error with parameters of type ErrorContext
Constructor |
Description |
AuthenticationFailureException(String message,
ErrorContext ctx,
Throwable cause) |
|
CasMismatchException(ErrorContext ctx) |
|
CompilationFailureException(ErrorContext ctx) |
|
CouchbaseException(String message,
ErrorContext ctx) |
|
CouchbaseException(String message,
Throwable cause,
ErrorContext ctx) |
|
DatasetExistsException(ErrorContext ctx) |
|
DatasetNotFoundException(ErrorContext ctx) |
|
DataverseExistsException(ErrorContext ctx) |
|
DataverseNotFoundException(ErrorContext ctx) |
|
DmlFailureException(ErrorContext ctx) |
|
DocumentExistsException(ErrorContext ctx) |
|
DocumentNotFoundException(ErrorContext ctx) |
|
DocumentUnretrievableException(ErrorContext ctx) |
|
IndexExistsException(ErrorContext ctx) |
|
IndexExistsException(String message,
ErrorContext errorContext) |
|
IndexFailureException(ErrorContext ctx) |
|
IndexNotFoundException(ErrorContext errorContext) |
|
InternalServerFailureException(ErrorContext ctx) |
|
InvalidArgumentException(String message,
Throwable cause,
ErrorContext ctx) |
|
JobQueueFullException(ErrorContext ctx) |
|
LinkExistsException(ErrorContext ctx) |
|
LinkNotFoundException(ErrorContext ctx) |
|
ParsingFailureException(ErrorContext ctx) |
|
PlanningFailureException(ErrorContext ctx) |
|
PreparedStatementFailureException(ErrorContext ctx,
boolean retryable) |
|
ServiceNotAvailableException(String message,
ErrorContext context) |
|
TemporaryFailureException(ErrorContext ctx) |
|
ValueTooLargeException(ErrorContext ctx) |
|
ViewNotFoundException(ErrorContext ctx) |
|
-
-
-