com.marklogic.xcc.exceptions
Class RequestException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.marklogic.xcc.exceptions.XccException
com.marklogic.xcc.exceptions.RequestException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- RequestPermissionException, RequestServerException, ServerConnectionException
public class RequestException
- extends XccException
The base class for exceptions related to submitting requests to the server.
- See Also:
- Serialized Form
RequestException
public RequestException(String message,
Request request)
RequestException
public RequestException(String message,
Request request,
Throwable cause)
getRequest
public Request getRequest()
- The initiating request to which this exception applies.
- Returns:
- An instance of
Request.
toString
public String toString()
- Overrides:
toString in class Throwable
appendRequestInfo
protected void appendRequestInfo(StringBuffer sb)
Copyright © 2013 MarkLogic Corporation. All Rights Reserved.
Complete online documentation for MarkLogic Server,
XQuery and related components may be found at
developer.marklogic.com