- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- FailedRequestException, ForbiddenUserException, ResourceNotFoundException, ResourceNotResendableException
public abstract class MarkLogicServerException
extends RuntimeException
Abstract class that implements functionality for errors returned from a MarkLogic REST API instance.
A REST instance wraps error messages into an XML or JSON structure that can be parsed and turned into
the FailedRequest Java object. The MarkLogicServerException contains the FailedRequest object which
is incorporated into getMessage() or can be examined via getFailedRequest()
- See Also:
FailedRequest
,
Serialized Form