com.marklogic.xcc.exceptions
Class ContentInsertEntityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.marklogic.xcc.exceptions.XccException
com.marklogic.xcc.exceptions.RequestException
com.marklogic.xcc.exceptions.RequestServerException
com.marklogic.xcc.exceptions.ContentInsertException
com.marklogic.xcc.exceptions.ContentInsertEntityException
- All Implemented Interfaces:
- Serializable
- public class ContentInsertEntityException
- extends ContentInsertException
This is a specialization of 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.
- See Also:
- Serialized Form
ContentInsertEntityException
public ContentInsertEntityException(String message,
Request request,
Content content,
String entityLocation)
ContentInsertEntityException
public ContentInsertEntityException(String message,
Request request,
Content content,
String entityLocation,
Throwable cause)
getEntityLocation
public String getEntityLocation()
- Returns the location, as a URI String, of the
requested entity.
- Returns:
- A URI String.
Copyright © 2003-2008 Mark Logic Corporation, All Rights Reserved.
Complete online documentation for MarkLogic Server,
XQuery and related components may be found at
developer.marklogic.com