public class FailedRequestException extends MarkLogicServerException
A FailedRequestException is used to capture and report on problems from the REST API. This class is a semantically thin one, meaning that it is used as catch-all for various things that can go wrong on the REST server.
| Constructor and Description |
|---|
FailedRequestException(String message) |
FailedRequestException(String localMessage,
com.marklogic.client.impl.FailedRequest failedRequest) |
FailedRequestException(String localMessage,
Throwable cause) |
getFailedRequest, getMessageaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2013-2017 MarkLogic Corporation.