com.marklogic.xcc.exceptions
Class RequestServerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.marklogic.xcc.exceptions.XccException
com.marklogic.xcc.exceptions.RequestException
com.marklogic.xcc.exceptions.RequestServerException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ContentInsertException, XQueryException
- public class RequestServerException
- extends RequestException
This is the base class for for exceptions originating
in the server (XQuery syntax errors, etc) as opposed
exceptions related to communicating with the server.
- See Also:
- Serialized Form
RequestServerException
public RequestServerException(String message,
Request request)
RequestServerException
public RequestServerException(String message,
Request request,
Throwable cause)
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