public class ContentInsertEntityException extends ContentInsertException
ContentInsertException
that indicates the insertion faled
because an XML entity embedded in the document could not be resolved. Entity resolution is not
done by default, is must be enabled in the options (
ContentCreateOptions
) associated with the insertion request. Entity
resolution failures are not retryable.Constructor and Description |
---|
ContentInsertEntityException(java.lang.String message,
Request request,
Content content,
java.lang.String entityLocation) |
ContentInsertEntityException(java.lang.String message,
Request request,
Content content,
java.lang.String entityLocation,
java.lang.Throwable cause) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getEntityLocation()
Returns the location, as a URI String, of the requested entity.
|
getContent, getContentUri
appendRequestInfo, getRequest, toString
Copyright © 2018 MarkLogic Corporation. All Rights Reserved.
Complete online documentation for MarkLogic Server, XQuery and related components may be found at developer.marklogic.com