Package | Description |
---|---|
com.marklogic.client |
The package provides the core classes, interfaces and exceptions for working with the database.
|
Modifier and Type | Class | Description |
---|---|---|
class |
FailedRequestException |
A FailedRequestException is used to capture and report on problems
from the REST API.
|
class |
FailedRetryException |
A FailedRetryException is used to capture and report when retry
of the request timed out or failed in some other way.
|
class |
ForbiddenUserException |
Thrown when the credentials used to connect to a MarkLogic REST instance
are not sufficient for the task requested.
|
class |
ResourceNotFoundException |
Exception thrown when the server responds with HTTP status code 404.
|
class |
ResourceNotResendableException |
Exception thrown when the server responds with HTTP status code 503
and a Retry-After header of 1 but the request is a PUT or POST
and the payload is streaming.
|
Copyright © 2013-2019 MarkLogic Corporation.